mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 18:13:51 +00:00
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>
This commit is contained in:
parent
c4257ed8b1
commit
71cc4c0c00
@ -6,8 +6,6 @@ SECTION = "base"
|
||||
require dbus.inc
|
||||
|
||||
DEPENDS = "expat virtual/libintl autoconf-archive"
|
||||
RDEPENDS_dbus_class-native = ""
|
||||
RDEPENDS_dbus_class-nativesdk = ""
|
||||
PACKAGES += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '${PN}-ptest', '', d)}"
|
||||
ALLOW_EMPTY_dbus-ptest = "1"
|
||||
RDEPENDS_dbus-ptest_class-target = "dbus-test-ptest"
|
||||
|
||||
@ -32,34 +32,7 @@ RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl-module-thread-queue \
|
||||
perl-module-threads \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
|
||||
RDEPENDS_${PN}_class-nativesdk = "\
|
||||
nativesdk-gnu-config \
|
||||
nativesdk-m4 \
|
||||
nativesdk-perl \
|
||||
nativesdk-perl-module-bytes \
|
||||
nativesdk-perl-module-carp \
|
||||
nativesdk-perl-module-constant \
|
||||
nativesdk-perl-module-data-dumper \
|
||||
nativesdk-perl-module-errno \
|
||||
nativesdk-perl-module-exporter \
|
||||
nativesdk-perl-module-file-basename \
|
||||
nativesdk-perl-module-file-compare \
|
||||
nativesdk-perl-module-file-copy \
|
||||
nativesdk-perl-module-file-find \
|
||||
nativesdk-perl-module-file-glob \
|
||||
nativesdk-perl-module-file-path \
|
||||
nativesdk-perl-module-file-spec \
|
||||
nativesdk-perl-module-file-spec-unix \
|
||||
nativesdk-perl-module-file-stat \
|
||||
nativesdk-perl-module-getopt-long \
|
||||
nativesdk-perl-module-io-file \
|
||||
nativesdk-perl-module-overloading \
|
||||
nativesdk-perl-module-posix \
|
||||
nativesdk-perl-module-symbol \
|
||||
nativesdk-perl-module-thread-queue \
|
||||
nativesdk-perl-module-threads \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native hostperl-runtime-native"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ RDEPENDS_${PN} += "\
|
||||
perl-module-vars "
|
||||
|
||||
RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native"
|
||||
RDEPENDS_${PN}_class-nativesdk = "nativesdk-autoconf"
|
||||
|
||||
SRC_URI += "file://python-libdir.patch \
|
||||
file://buildtest.patch \
|
||||
|
||||
@ -53,6 +53,4 @@ RDEPENDS_${PN}-ptest += "${PYTHON_PN}-pytest \
|
||||
ldd \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@ -15,6 +15,4 @@ RDEPENDS_${PN} = "${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@ -69,7 +69,6 @@ ALTERNATIVE_LINK_NAME[Thread.3] = "${mandir}/man3/Thread.3"
|
||||
|
||||
# isn't getting picked up by shlibs code
|
||||
RDEPENDS_${PN} += "tcl-lib"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
RDEPENDS_${PN}-ptest += "libgcc"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@ -13,7 +13,6 @@ inherit cpan ptest-perl
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
|
||||
RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-utf8"
|
||||
|
||||
|
||||
@ -18,4 +18,3 @@ SRC_URI[sha256sum] = "6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa91
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "libxml2-python"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user