diff options
Diffstat (limited to 'meta/recipes-devtools/automake')
| -rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/automake/automake_1.16.3.bb | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 87cedc9838..ceca16ab6a 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
| @@ -18,4 +18,4 @@ do_configure() { | |||
| 18 | 18 | ||
| 19 | export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH'))}" | 19 | export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH'))}" |
| 20 | 20 | ||
| 21 | FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" | 21 | FILES:${PN} += "${datadir}/automake* ${datadir}/aclocal*" |
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 @@ | |||
| 1 | require automake.inc | 1 | require automake.inc |
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | DEPENDS_class-native = "autoconf-native" | 4 | DEPENDS:class-native = "autoconf-native" |
| 5 | 5 | ||
| 6 | NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" | 6 | NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" |
| 7 | 7 | ||
| 8 | RDEPENDS_${PN} += "\ | 8 | RDEPENDS:${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 | ||
| 19 | RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native" | 19 | RDEPENDS:${PN}:class-native = "autoconf-native hostperl-runtime-native" |
| 20 | 20 | ||
| 21 | SRC_URI += "file://python-libdir.patch \ | 21 | SRC_URI += "file://python-libdir.patch \ |
| 22 | file://buildtest.patch \ | 22 | file://buildtest.patch \ |
| @@ -29,12 +29,12 @@ SRC_URI += "file://python-libdir.patch \ | |||
| 29 | SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f" | 29 | SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f" |
| 30 | 30 | ||
| 31 | PERL = "${USRBINPATH}/perl" | 31 | PERL = "${USRBINPATH}/perl" |
| 32 | PERL_class-native = "${USRBINPATH}/env perl" | 32 | PERL:class-native = "${USRBINPATH}/env perl" |
| 33 | PERL_class-nativesdk = "${USRBINPATH}/env perl" | 33 | PERL:class-nativesdk = "${USRBINPATH}/env perl" |
| 34 | 34 | ||
| 35 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" | 35 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" |
| 36 | 36 | ||
| 37 | do_install_append () { | 37 | do_install:append () { |
| 38 | install -d ${D}${datadir} | 38 | install -d ${D}${datadir} |
| 39 | } | 39 | } |
| 40 | 40 | ||
