[oe] [meta-oe][meta-python][PATCH v2] Add support for pyiface

Alexandru Vasiu alexandru.vasiu at ni.com
Fri Mar 9 08:17:18 UTC 2018


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 <alexandru.vasiu at ni.com>
---
 meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb b/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb
new file mode 100644
index 000000000..5449e21c9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyiface_0.0.4.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Pyiface Recipe - Adds Pyiface library for Python 2 & 3"
+HOMEPAGE = "https://pypi.python.org/pypi/pyiface/"
+LICENSE = "GPLv3+"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9"
+
+SRC_URI[md5sum] = "edcdd71109c4259af8348006a8049c9c"
+SRC_URI[sha256sum] = "dc984de0e1bcf6871ef88b1a92d1fb75717d4f602a60caeb66136093d4a8f62e"
+
+inherit pypi setuptools
-- 
2.16.2




More information about the Openembedded-devel mailing list