mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-kconfiglib: add
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
10d4e414a9
commit
c047042903
|
|
@ -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"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
require python-kconfiglib-${PV}.inc
|
||||
inherit pypi setuptools3
|
||||
Loading…
Reference in New Issue
Block a user