From 4c6a75de884ec6aa0a497c75b12efd81fcf3e2b2 Mon Sep 17 00:00:00 2001 From: Domarys Correa Date: Mon, 25 May 2020 18:01:51 -0300 Subject: python3-pyudev: Update 0.21.0 -> 0.22.0 Signed-off-by: Domarys Correa Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-pyudev_0.21.0.bb | 22 -------------------- .../python/python3-pyudev_0.22.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb deleted file mode 100644 index 49a3628f41..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "A libudev binding" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" - -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b" -SRC_URI[sha256sum] = "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b" - -inherit pypi setuptools3 - -do_configure_prepend() { - sed -i "/import pyudev/d" ${S}/setup.py - sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py -} - -RDEPENDS_${PN} = "\ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-fcntl \ - libudev \ -" diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb new file mode 100644 index 0000000000..38c012843f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "A libudev binding" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" + +SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276" + +inherit pypi setuptools3 + +do_configure_prepend() { + sed -i "/import pyudev/d" ${S}/setup.py + sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py +} + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-fcntl \ + libudev \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg