summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake_1.16.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.16.3.bb')
-rw-r--r--meta/recipes-devtools/automake/automake_1.16.3.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.16.3.bb b/meta/recipes-devtools/automake/automake_1.16.3.bb
index 7dc59d9fe7..1882eedcda 100644
--- a/meta/recipes-devtools/automake/automake_1.16.3.bb
+++ b/meta/recipes-devtools/automake/automake_1.16.3.bb
@@ -1,11 +1,11 @@
1require automake.inc 1require automake.inc
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4DEPENDS_class-native = "autoconf-native" 4DEPENDS:class-native = "autoconf-native"
5 5
6NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" 6NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}"
7 7
8RDEPENDS_${PN} += "\ 8RDEPENDS:${PN} += "\
9 autoconf \ 9 autoconf \
10 perl \ 10 perl \
11 perl-module-bytes \ 11 perl-module-bytes \
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "\
16 perl-module-threads \ 16 perl-module-threads \
17 perl-module-vars " 17 perl-module-vars "
18 18
19RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native" 19RDEPENDS:${PN}:class-native = "autoconf-native hostperl-runtime-native"
20 20
21SRC_URI += "file://python-libdir.patch \ 21SRC_URI += "file://python-libdir.patch \
22 file://buildtest.patch \ 22 file://buildtest.patch \
@@ -29,12 +29,12 @@ SRC_URI += "file://python-libdir.patch \
29SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f" 29SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f"
30 30
31PERL = "${USRBINPATH}/perl" 31PERL = "${USRBINPATH}/perl"
32PERL_class-native = "${USRBINPATH}/env perl" 32PERL:class-native = "${USRBINPATH}/env perl"
33PERL_class-nativesdk = "${USRBINPATH}/env perl" 33PERL:class-nativesdk = "${USRBINPATH}/env perl"
34 34
35CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" 35CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'"
36 36
37do_install_append () { 37do_install:append () {
38 install -d ${D}${datadir} 38 install -d ${D}${datadir}
39} 39}
40 40