summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-03 15:39:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-05 22:19:19 +0100
commit270c02f78c57a789f521c4f8b11fdbf6cedda09e (patch)
treec14f3fcb9d1c869fcf98794c65ef201e3618c161 /meta/recipes-devtools
parent2762e2e84bd38dbf11627eb676e32f21eaa28cd2 (diff)
downloadpoky-270c02f78c57a789f521c4f8b11fdbf6cedda09e.tar.gz
autoconf: consolidate SRC_URI
There's no point splitting SRC_URI between the .inc and the .bb when there's just one recipe and the splitting appeared to be arbitrary. (From OE-Core rev: f627fa2992420c09e57376fbba62d545512c19f2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf.inc5
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.69.bb25
2 files changed, 14 insertions, 16 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index 2c87bf8296..fa28d2c9a3 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -62,11 +62,6 @@ RDEPENDS_${PN}_class-nativesdk = "\
62 nativesdk-perl-module-threads \ 62 nativesdk-perl-module-threads \
63 " 63 "
64 64
65
66
67SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
68 file://program_prefix.patch"
69
70inherit autotools texinfo 65inherit autotools texinfo
71 66
72PERL = "${USRBINPATH}/perl" 67PERL = "${USRBINPATH}/perl"
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
index 8e67f4b829..2e1b9bdc90 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
@@ -5,17 +5,20 @@ PR = "r11"
5LICENSE = "GPLv2 & GPLv3" 5LICENSE = "GPLv2 & GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
7 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" 7 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504"
8SRC_URI += "file://check-automake-cross-warning.patch \ 8
9 file://autoreconf-exclude.patch \ 9SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
10 file://autoreconf-gnuconfigize.patch \ 10 file://program_prefix.patch \
11 file://config_site.patch \ 11 file://check-automake-cross-warning.patch \
12 file://remove-usr-local-lib-from-m4.patch \ 12 file://autoreconf-exclude.patch \
13 file://preferbash.patch \ 13 file://autoreconf-gnuconfigize.patch \
14 file://autotest-automake-result-format.patch \ 14 file://config_site.patch \
15 file://add_musl_config.patch \ 15 file://remove-usr-local-lib-from-m4.patch \
16 file://performance.patch \ 16 file://preferbash.patch \
17 file://AC_HEADER_MAJOR-port-to-glibc-2.25.patch \ 17 file://autotest-automake-result-format.patch \
18 file://autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch \ 18 file://add_musl_config.patch \
19 file://performance.patch \
20 file://AC_HEADER_MAJOR-port-to-glibc-2.25.patch \
21 file://autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch \
19 " 22 "
20 23
21SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" 24SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b"