diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-12 17:41:59 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-13 21:34:21 -0700 |
commit | fabab6d3157bcaeaac08bb840f7caa0b596453ab (patch) | |
tree | b176cd58447c926462cf9c11b8021ddbd44dda31 /meta-python/recipes-devtools/python | |
parent | 92abb5fac10144032f37d90c98fd5ee37ea51a83 (diff) | |
download | meta-openembedded-fabab6d3157bcaeaac08bb840f7caa0b596453ab.tar.gz |
python3-kconfiglib: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
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-kconfiglib_14.1.0.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb b/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb index ab0944ff7b..ec09cfc58e 100644 --- a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb | |||
@@ -1,2 +1,10 @@ | |||
1 | require python-kconfiglib.inc | 1 | DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python" |
2 | LICENSE = "ISC" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c" | ||
4 | |||
5 | SRC_URI[md5sum] = "4ad68618824d4bad1d1de1d7eb838bba" | ||
6 | SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c" | ||
7 | |||
2 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||