diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb deleted file mode 100644 index 1ec9944aea..0000000000 --- a/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "A libudev binding" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "4034de584b6d9efcbfc590a047c63285" | ||
| 6 | SRC_URI[sha256sum] = "765d1c14bd9bd031f64e2612225621984cb2bbb8cbc0c03538bcc4c735ff1c95" | ||
| 7 | |||
| 8 | inherit pypi setuptools | ||
| 9 | |||
| 10 | do_configure_prepend() { | ||
| 11 | sed -i "/import pyudev/d" ${S}/setup.py | ||
| 12 | sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py | ||
| 13 | } | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "\ | ||
| 16 | python-ctypes \ | ||
| 17 | python-subprocess \ | ||
| 18 | python-misc \ | ||
| 19 | python-contextlib \ | ||
| 20 | " | ||
