diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 19 | ||||
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 |
2 files changed, 18 insertions, 3 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 315e773748..ff375cd69e 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -8,9 +8,24 @@ SECTION = "devel" | |||
8 | DEPENDS += "m4-native" | 8 | DEPENDS += "m4-native" |
9 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 9 | DEPENDS_virtclass-native = "m4-native gnu-config-native" |
10 | DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" | 10 | DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" |
11 | RDEPENDS_${PN} = "m4 gnu-config" | 11 | RDEPENDS_${PN} = "m4 gnu-config \ |
12 | perl \ | ||
13 | perl-module-carp \ | ||
14 | perl-module-constant \ | ||
15 | perl-module-errno \ | ||
16 | perl-module-exporter \ | ||
17 | perl-module-file \ | ||
18 | perl-module-file-basename \ | ||
19 | perl-module-file-compare \ | ||
20 | perl-module-file-copy \ | ||
21 | perl-module-file-glob \ | ||
22 | perl-module-file-path \ | ||
23 | perl-module-file-stat \ | ||
24 | perl-module-getopt-long \ | ||
25 | perl-module-io-file \ | ||
26 | perl-module-posix \ | ||
27 | " | ||
12 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 28 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" |
13 | RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" | ||
14 | 29 | ||
15 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ | 30 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
16 | file://program_prefix.patch" | 31 | file://program_prefix.patch" |
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index 2c4c675645..a4afd33bcf 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require autoconf.inc | 1 | require autoconf.inc |
2 | 2 | ||
3 | PR = "r9" | 3 | PR = "r10" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
6 | 6 | ||