diff options
author | Derek Straka <derek@asterius.io> | 2023-12-29 19:24:03 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-29 13:57:13 -0800 |
commit | 844635d0c20def5dfe8eac67434f88b3fc842bdd (patch) | |
tree | c8de980300918cca15873a7b49254ddc2a32f212 /meta-python | |
parent | 079cd908fcaad88440f293a13e4917e4e64c42b5 (diff) | |
download | meta-openembedded-844635d0c20def5dfe8eac67434f88b3fc842bdd.tar.gz |
python3-kmod: add comment about update to version 0.9.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb b/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb index 2ec4d474b5..52e1cf6af7 100644 --- a/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | |||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6d62c2454850386a2ffe44f72db83d74" | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RECIPE_NO_UPDATE_REASON = "Version 0.9.2 is broken when using latest build machinery for C extensions" | ||
9 | SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff" | 10 | SRC_URI[sha256sum] = "f3bf829059bf88eca22f4f549e17aa316cdaa14302bf2ba49ddeee60cea109ff" |
10 | 11 | ||
11 | DEPENDS += " \ | 12 | DEPENDS += " \ |