summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/autoconf
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.71.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.71.bb b/meta/recipes-devtools/autoconf/autoconf_2.71.bb
index 8526067201..324e6f8de5 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.71.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.71.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv3+"
6HOMEPAGE = "http://www.gnu.org/software/autoconf/" 6HOMEPAGE = "http://www.gnu.org/software/autoconf/"
7SECTION = "devel" 7SECTION = "devel"
8DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native" 8DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native"
9DEPENDS_remove_class-native = "autoconf-native automake-native help2man-native" 9DEPENDS:remove:class-native = "autoconf-native automake-native help2man-native"
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \
12 file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464" 12 file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464"
@@ -19,11 +19,11 @@ SRC_URI = "${GNU_MIRROR}/autoconf/${BP}.tar.gz \
19 file://autotest-automake-result-format.patch \ 19 file://autotest-automake-result-format.patch \
20 file://man-host-perl.patch \ 20 file://man-host-perl.patch \
21 " 21 "
22SRC_URI_append_class-native = " file://no-man.patch" 22SRC_URI:append:class-native = " file://no-man.patch"
23 23
24SRC_URI[sha256sum] = "431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c" 24SRC_URI[sha256sum] = "431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c"
25 25
26RDEPENDS_${PN} = "m4 gnu-config \ 26RDEPENDS:${PN} = "m4 gnu-config \
27 perl \ 27 perl \
28 perl-module-bytes \ 28 perl-module-bytes \
29 perl-module-carp \ 29 perl-module-carp \
@@ -51,13 +51,13 @@ RDEPENDS_${PN} = "m4 gnu-config \
51 perl-module-thread-queue \ 51 perl-module-thread-queue \
52 perl-module-threads \ 52 perl-module-threads \
53 " 53 "
54RDEPENDS_${PN}_class-native = "m4-native gnu-config-native hostperl-runtime-native" 54RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native"
55 55
56inherit autotools texinfo 56inherit autotools texinfo
57 57
58PERL = "${USRBINPATH}/perl" 58PERL = "${USRBINPATH}/perl"
59PERL_class-native = "/usr/bin/env perl" 59PERL:class-native = "/usr/bin/env perl"
60PERL_class-nativesdk = "/usr/bin/env perl" 60PERL:class-nativesdk = "/usr/bin/env perl"
61 61
62CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" 62CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'"
63 63
@@ -70,11 +70,11 @@ update_gnu_config() {
70} 70}
71do_configure[prefuncs] += "update_gnu_config" 71do_configure[prefuncs] += "update_gnu_config"
72 72
73do_configure_class-native() { 73do_configure:class-native() {
74 oe_runconf 74 oe_runconf
75} 75}
76 76
77do_install_append() { 77do_install:append() {
78 rm -rf ${D}${datadir}/emacs 78 rm -rf ${D}${datadir}/emacs
79} 79}
80 80