diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf.inc')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index b4e33569a6..f1b2dfca7a 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -27,13 +27,18 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
27 | perl-module-data-dumper \ | 27 | perl-module-data-dumper \ |
28 | " | 28 | " |
29 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" | 29 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
30 | RDEPENDS_${PN}_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config" | ||
30 | 31 | ||
31 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ | 32 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
32 | file://program_prefix.patch" | 33 | file://program_prefix.patch" |
33 | 34 | ||
34 | inherit autotools texinfo | 35 | inherit autotools texinfo |
35 | 36 | ||
36 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${USRBINPATH}/perl" | 37 | PERL = "${USRBINPATH}/perl" |
38 | PERL_class-native = "/usr/bin/env perl" | ||
39 | PERL_class-nativesdk = "/usr/bin/env perl" | ||
40 | |||
41 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" | ||
37 | 42 | ||
38 | do_configure() { | 43 | do_configure() { |
39 | oe_runconf | 44 | oe_runconf |