Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way.
Signed-off-by: Alexandru Vasiu <[email protected]> --- meta/recipes-support/pyiface/pyiface_0.0.2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-support/pyiface/pyiface_0.0.2.bb diff --git a/meta/recipes-support/pyiface/pyiface_0.0.2.bb b/meta/recipes-support/pyiface/pyiface_0.0.2.bb new file mode 100644 index 0000000000..fad75af06d --- /dev/null +++ b/meta/recipes-support/pyiface/pyiface_0.0.2.bb @@ -0,0 +1,10 @@ +SUMMARY = "Pyiface Recipe - Adds Pyiface library for Python" +HOMEPAGE = "https://pypi.python.org/pypi/pyiface/" +LICENSE = "GPLv3+" + +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" + +SRC_URI[md5sum] = "8ced1d8ef89376a5aed97a59f11ae683" +SRC_URI[sha256sum] = "bf5b1ff115344d388b0f9409a440ee06f67478b6c63bc8d8ce8f843f2652a8d3" + +inherit pypi setuptools -- 2.16.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
