mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
tk: extend to nativesdk
After enable tk via PACKAGECONFIG for python3, there comes below error: Missing or unbuildable dependency chain was: ['buildtools-tarball', 'nativesdk-python3', 'nativesdk-tk'] Extend tk to nativesdk to fix this issue. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ FILES_${PN} += "${libdir}/tk*"
|
|||||||
RDEPENDS_${PN} += "tk-lib"
|
RDEPENDS_${PN} += "tk-lib"
|
||||||
RDEPENDS_${PN}_class-native = ""
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
# Fix the path in sstate
|
# Fix the path in sstate
|
||||||
SSTATE_SCAN_FILES += "*Config.sh"
|
SSTATE_SCAN_FILES += "*Config.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user