aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-20 13:07:35 +0000
committerKhem Raj <raj.khem@gmail.com>2019-03-21 05:56:21 -0700
commitc0470429038b84ef87243ddfcee57b255a2ecccf (patch)
tree21d356acc6da89edb8d12d7d55aa30b67d14ff15 /meta-python/recipes-devtools/python
parent10d4e414a9470a18161b22ad4a8ec3ca0fd12d20 (diff)
downloadmeta-openembedded-c0470429038b84ef87243ddfcee57b255a2ecccf.tar.gz
python3-kconfiglib: add
Signed-off-by: Ross Burton <ross.burton@intel.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/python-kconfiglib-10.42.0.inc8
-rw-r--r--meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb2
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc b/meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc
new file mode 100644
index 0000000000..72d6a65922
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c"
+
+SRC_URI[md5sum] = "2306279a050c6a888f34a5719047f217"
+SRC_URI[sha256sum] = "0070eb9061f924e1fa7bc2b1f0aeea1d38e1ddf9bbdbd4b5c346bcf1a0848674"
+
+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
new file mode 100644
index 0000000000..10b039a75d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb
@@ -0,0 +1,2 @@
+require python-kconfiglib-${PV}.inc
+inherit pypi setuptools3