]> code.ossystems Code Review - openembedded-core.git/commitdiff
autoconf: consolidate DEPENDS
authorRoss Burton <ross@burtonini.com>
Thu, 3 Sep 2020 14:39:25 +0000 (15:39 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 8 Sep 2020 14:29:05 +0000 (04:29 -1000)
Depending on nativesdk- varients in a nativesdk build isn't correct, so
just collapse the DEPENDS down and let bitbake do the right thing (which
is leaving them as -native).

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4864167ad4ed4c57e49f2aa5e7c58383bddb052b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/autoconf/autoconf.inc

index 2c87bf8296fc48e33e6c7ac255aa71bb073c84ad..36a48d9116fb1d91c701342e5123486422a2aa56 100644 (file)
@@ -5,9 +5,8 @@ file that lists the operating system features that the package can use, in the f
 LICENSE = "GPLv3"
 HOMEPAGE = "http://www.gnu.org/software/autoconf/"
 SECTION = "devel"
-DEPENDS += "m4-native"
-DEPENDS_class-native = "m4-native gnu-config-native"
-DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
+DEPENDS = "m4-native gnu-config-native"
+
 RDEPENDS_${PN} = "m4 gnu-config \
                  perl \
                  perl-module-bytes \