[oe-commits] Michael Lippautz : python-pyudev: Add version 0.11 (initial recipe)

git version control git at git.openembedded.org
Sat Jul 9 21:49:36 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 32626159e648e7b0b7ab9956c2fc8b91bb1e645c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=32626159e648e7b0b7ab9956c2fc8b91bb1e645c

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Tue Jul  5 20:31:55 2011 +0200

python-pyudev: Add version 0.11 (initial recipe)

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 .../recipes-devtools/python/python-pyudev_0.11.bb  |   22 ++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.11.bb b/meta-oe/recipes-devtools/python/python-pyudev_0.11.bb
new file mode 100644
index 0000000..03a948a
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-pyudev_0.11.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "A libudev binding"
+HOMEPAGE = "http://pypi.python.org/pypi/pyudev"
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+PR = "r0"
+
+SRCNAME = "pyudev"
+SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "dca4e69da387f9a6683ee4b5c27ca66a"
+SRC_URI[sha256sum] = "0acfa500219f4bcf711f35c1b2041d035b4bf5f302eca5038572ee788d9e584a"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} = "\
+  python-ctypes \
+  python-subprocess \
+  python-misc \
+  libudev \
+"





More information about the Openembedded-commits mailing list