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>
This commit is contained in:
Mingli Yu
2018-11-08 14:17:49 +08:00
committed by Khem Raj
parent 8a88083150
commit b534159b13
+1 -1
View File
@@ -73,7 +73,7 @@ FILES_${PN} += "${libdir}/tk*"
RDEPENDS_${PN} += "tk-lib"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"
# Fix the path in sstate
SSTATE_SCAN_FILES += "*Config.sh"