mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
python3-kconfiglib-tegra: add recipe
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
25
recipes-devtools/python/python3-kconfiglib-tegra_14.1.0.bb
Normal file
25
recipes-devtools/python/python3-kconfiglib-tegra_14.1.0.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c"
|
||||
|
||||
SRC_URI[md5sum] = "4ad68618824d4bad1d1de1d7eb838bba"
|
||||
SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c"
|
||||
|
||||
PROVIDES = "python3-kconfiglib"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "kconfiglib"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-curses \
|
||||
python3-shell \
|
||||
python3-tkinter \
|
||||
"
|
||||
|
||||
python () {
|
||||
if 'meta-python' in d.getVar('BBFILE_COLLECTIONS').split():
|
||||
raise bb.parse.SkipRecipe("meta-python layer present, recipe not required")
|
||||
}
|
||||
Reference in New Issue
Block a user