aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2018-11-08 14:17:49 +0800
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:51 -0800
commit5d2151d3b98f8c9fb30be209ec9cea73eac7c854 (patch)
treef8a02af976b0c3b7f51d699d0e45f54456ca5282 /meta-oe
parente2b6273b52bf0a24cf244ec29a645d50ad130d80 (diff)
downloadmeta-openembedded-5d2151d3b98f8c9fb30be209ec9cea73eac7c854.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
index 13dc4d7513..10281b28d1 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.8.bb
@@ -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"