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:
Mingli Yu 2018-11-08 14:17:49 +08:00 committed by Armin Kuster
parent e2b6273b52
commit 5d2151d3b9

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"