mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE = "GPLv3+"
|
||||
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
||||
SECTION = "devel"
|
||||
DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native"
|
||||
DEPENDS_remove_class-native = "autoconf-native automake-native help2man-native"
|
||||
DEPENDS:remove:class-native = "autoconf-native automake-native help2man-native"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \
|
||||
file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
@@ -19,11 +19,11 @@ SRC_URI = "${GNU_MIRROR}/autoconf/${BP}.tar.gz \
|
||||
file://autotest-automake-result-format.patch \
|
||||
file://man-host-perl.patch \
|
||||
"
|
||||
SRC_URI_append_class-native = " file://no-man.patch"
|
||||
SRC_URI:append:class-native = " file://no-man.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c"
|
||||
|
||||
RDEPENDS_${PN} = "m4 gnu-config \
|
||||
RDEPENDS:${PN} = "m4 gnu-config \
|
||||
perl \
|
||||
perl-module-bytes \
|
||||
perl-module-carp \
|
||||
@@ -51,13 +51,13 @@ RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl-module-thread-queue \
|
||||
perl-module-threads \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native hostperl-runtime-native"
|
||||
RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
PERL = "${USRBINPATH}/perl"
|
||||
PERL_class-native = "/usr/bin/env perl"
|
||||
PERL_class-nativesdk = "/usr/bin/env perl"
|
||||
PERL:class-native = "/usr/bin/env perl"
|
||||
PERL:class-nativesdk = "/usr/bin/env perl"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'"
|
||||
|
||||
@@ -70,11 +70,11 @@ update_gnu_config() {
|
||||
}
|
||||
do_configure[prefuncs] += "update_gnu_config"
|
||||
|
||||
do_configure_class-native() {
|
||||
do_configure:class-native() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
rm -rf ${D}${datadir}/emacs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user