summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-27 16:13:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-29 21:21:53 +0000
commit71cc4c0c00db870590e7619b01db793b1ca88f87 (patch)
treedf1db916070e7b1f4573013d6cb3d03dbd826ca3 /meta/recipes-devtools/tcltk/tcl_8.6.11.bb
parentc4257ed8b1040a5a0e9a95846d81961741239116 (diff)
downloadpoky-71cc4c0c00db870590e7619b01db793b1ca88f87.tar.gz
meta: Clean up various class-native* RDEPENDS overrides
With PACKAGES functioning more correctly for native recipes combined with classextend improvements over the years, there are various overrides of RDEPENDS which look unecessary now, clean them up. There some some minor changes in dependencies, specifically: "python3-numpy-native.do_populate_sysroot" -> "python3-native.do_populate_sysroot" "python3-mako-native.do_populate_sysroot" -> "python3-native.do_populate_sysroot" "itstool-native.do_populate_sysroot" -> "libxml2-native.do_populate_sysroot" however there are already: XXX-native.do_prepare_recipe_ssysroot -> YYY-native.do_populate_sysroot mappings from DEPENDS so this is effectively a null op. (From OE-Core rev: 2edd826531d79744d7b2114c5f24296966d51781) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.6.11.bb')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.11.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
index 74bdb098c6..d011202081 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
@@ -69,7 +69,6 @@ ALTERNATIVE_LINK_NAME[Thread.3] = "${mandir}/man3/Thread.3"
69 69
70# isn't getting picked up by shlibs code 70# isn't getting picked up by shlibs code
71RDEPENDS_${PN} += "tcl-lib" 71RDEPENDS_${PN} += "tcl-lib"
72RDEPENDS_${PN}_class-native = ""
73RDEPENDS_${PN}-ptest += "libgcc" 72RDEPENDS_${PN}-ptest += "libgcc"
74 73
75BBCLASSEXTEND = "native nativesdk" 74BBCLASSEXTEND = "native nativesdk"