]> code.ossystems Code Review - openembedded-core.git/commit
meta: Clean up various class-native* RDEPENDS overrides
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jan 2021 16:13:29 +0000 (16:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2021 21:21:27 +0000 (21:21 +0000)
commit2edd826531d79744d7b2114c5f24296966d51781
tree654f48ad612b97f9b008227cb72a251ecb3eb11a
parentfd6a007efa7cb45101a66f294af81d9d33bb3fab
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus_1.12.20.bb
meta/recipes-devtools/autoconf/autoconf.inc
meta/recipes-devtools/automake/automake_1.16.2.bb
meta/recipes-devtools/python-numpy/python3-numpy_1.19.5.bb
meta/recipes-devtools/python/python3-mako_1.1.4.bb
meta/recipes-devtools/tcltk/tcl_8.6.11.bb
meta/recipes-extended/perl/libtimedate-perl_2.30.bb
meta/recipes-support/itstool/itstool_2.0.6.bb