diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-15 05:12:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-15 20:54:21 -0800 |
commit | 4af2299069d2c4441e2d741a93d5f2c72e6b1ab6 (patch) | |
tree | 44a5a0b679ec753584fa9cb116fc41bcb71f0d4a /meta-python/recipes-devtools | |
parent | 1b625ea1d10985fcbc1b1ee7f7173e24a44ca02f (diff) | |
download | meta-openembedded-4af2299069d2c4441e2d741a93d5f2c72e6b1ab6.tar.gz |
python-kconfiglib: upgrade 10.42.0 -> 13.7.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-kconfiglib.inc (renamed from meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc) | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kconfiglib_13.7.0.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc b/meta-python/recipes-devtools/python/python-kconfiglib.inc index 72d6a6592..c82b26bce 100644 --- a/meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc +++ b/meta-python/recipes-devtools/python/python-kconfiglib.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python" | |||
2 | LICENSE = "ISC" | 2 | LICENSE = "ISC" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "2306279a050c6a888f34a5719047f217" | 5 | SRC_URI[md5sum] = "7879aa13d306263e95146439d3959f23" |
6 | SRC_URI[sha256sum] = "0070eb9061f924e1fa7bc2b1f0aeea1d38e1ddf9bbdbd4b5c346bcf1a0848674" | 6 | SRC_URI[sha256sum] = "8dbb946d41a33cec2b63432393a4920479c8c9fa8d5bbca468c4e8a673be6e36" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb b/meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb deleted file mode 100644 index 10b039a75..000000000 --- a/meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require python-kconfiglib-${PV}.inc | ||
2 | inherit pypi setuptools3 | ||
diff --git a/meta-python/recipes-devtools/python/python3-kconfiglib_13.7.0.bb b/meta-python/recipes-devtools/python/python3-kconfiglib_13.7.0.bb new file mode 100644 index 000000000..ab0944ff7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-kconfiglib_13.7.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require python-kconfiglib.inc | ||
2 | inherit pypi setuptools3 | ||