mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
autoconf: consolidate DEPENDS
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). (From OE-Core rev: 4864167ad4ed4c57e49f2aa5e7c58383bddb052b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
270c02f78c
commit
7244c2d05c
@@ -5,9 +5,8 @@ file that lists the operating system features that the package can use, in the f
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
DEPENDS += "m4-native"
|
DEPENDS = "m4-native gnu-config-native"
|
||||||
DEPENDS_class-native = "m4-native gnu-config-native"
|
|
||||||
DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
|
||||||
RDEPENDS_${PN} = "m4 gnu-config \
|
RDEPENDS_${PN} = "m4 gnu-config \
|
||||||
perl \
|
perl \
|
||||||
perl-module-bytes \
|
perl-module-bytes \
|
||||||
|
|||||||
Reference in New Issue
Block a user