diff options
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.15.bb')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.15.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.15.bb b/meta/recipes-devtools/automake/automake_1.15.bb index a3c72fd334..a6904c8a91 100644 --- a/meta/recipes-devtools/automake/automake_1.15.bb +++ b/meta/recipes-devtools/automake/automake_1.15.bb | |||
@@ -17,16 +17,23 @@ RDEPENDS_${PN} += "\ | |||
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 | RDEPENDS_${PN}_class-nativesdk = "nativesdk-autoconf" | ||
20 | 21 | ||
21 | SRC_URI += " file://python-libdir.patch \ | 22 | SRC_URI += "file://python-libdir.patch \ |
22 | file://buildtest.patch \ | 23 | file://buildtest.patch \ |
23 | file://performance.patch \ | 24 | file://performance.patch \ |
24 | file://new_rt_path_for_test-driver.patch" | 25 | file://new_rt_path_for_test-driver.patch \ |
26 | file://automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch \ | ||
27 | " | ||
25 | 28 | ||
26 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" | 29 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" |
27 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" | 30 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" |
28 | 31 | ||
29 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${USRBINPATH}/perl" | 32 | PERL = "${USRBINPATH}/perl" |
33 | PERL_class-native = "${USRBINPATH}/env perl" | ||
34 | PERL_class-nativesdk = "${USRBINPATH}/env perl" | ||
35 | |||
36 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" | ||
30 | 37 | ||
31 | do_install_append () { | 38 | do_install_append () { |
32 | install -d ${D}${datadir} | 39 | install -d ${D}${datadir} |