diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-03-11 14:14:15 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-23 13:00:51 +0100 |
| commit | 8120f2c7f88f6a961fc7797d5e576397d6a467b6 (patch) | |
| tree | 587d22397f405ee7c3e7701635545f01d39af1f5 | |
| parent | 18fe42cef9bf28a6b769891f8d2b61eccd38a73b (diff) | |
| download | poky-8120f2c7f88f6a961fc7797d5e576397d6a467b6.tar.gz | |
autoconf:fix autoreconf run failed on x86-64 gmae-toolchain
Update autoconf runtime dependencies on perl and perl modules. And
remove RDEPENDS for nativesdk because the nativesdk-autoconf has same
dependencies with autoconf.
Then fixes autoreconf runs failed both on target and toolchain.
Bump up PR.
Cherry-pick commit 3533e801eecb26ae9f97649ed2f675c3965a797b
[Yocto 3100]
(From OE-Core rev: 1f98d3ea9f89347ed841faec65893170c72bb18e)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 18 | ||||
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 |
2 files changed, 17 insertions, 3 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 315e773748..3f5bffd2b6 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
| @@ -8,9 +8,23 @@ 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-basename \ | ||
| 18 | perl-module-file-compare \ | ||
| 19 | perl-module-file-copy \ | ||
| 20 | perl-module-file-glob \ | ||
| 21 | perl-module-file-path \ | ||
| 22 | perl-module-file-stat \ | ||
| 23 | perl-module-getopt-long \ | ||
| 24 | perl-module-io-file \ | ||
| 25 | perl-module-posix \ | ||
| 26 | " | ||
| 12 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 27 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" |
| 13 | RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" | ||
| 14 | 28 | ||
| 15 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ | 29 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
| 16 | file://program_prefix.patch" | 30 | 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 | ||
