diff options
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 @@ | |||
| 1 | SUMMARY = "A libudev binding" | 1 | SUMMARY = "A libudev binding" |
| 2 | |||
| 2 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
| 4 | 5 | ||
| 5 | SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b" | 6 | SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276" |
| 6 | SRC_URI[sha256sum] = "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b" | ||
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit 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 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
