summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDomarys Correa <domarys.correa@ossystems.com.br>2020-05-25 18:01:51 -0300
committerKhem Raj <raj.khem@gmail.com>2020-05-28 12:37:24 -0700
commit4c6a75de884ec6aa0a497c75b12efd81fcf3e2b2 (patch)
tree247988e606dc99d391bbed0d1e51e1a1c9df80bf /meta-python/recipes-devtools/python
parenteab5bb518a5a7f424ce6a152c1d0a28a247ca5be (diff)
downloadmeta-openembedded-4c6a75de884ec6aa0a497c75b12efd81fcf3e2b2.tar.gz
python3-pyudev: Update 0.21.0 -> 0.22.0
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index 49a3628f41..38c012843f 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
1SUMMARY = "A libudev binding" 1SUMMARY = "A libudev binding"
2
2LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.1+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
4 5
5SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b" 6SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
6SRC_URI[sha256sum] = "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
@@ -20,3 +20,5 @@ RDEPENDS_${PN} = "\
20 ${PYTHON_PN}-fcntl \ 20 ${PYTHON_PN}-fcntl \
21 libudev \ 21 libudev \
22" 22"
23
24BBCLASSEXTEND = "native nativesdk"