diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-10-24 14:09:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:50:49 +0100 |
commit | 3533e801eecb26ae9f97649ed2f675c3965a797b (patch) | |
tree | 14e17c381fd71f85c3bd87ad8cbe6c6f3f9d8572 /meta/recipes-devtools/autoconf/autoconf.inc | |
parent | f816625bf21348c1b0d887d11a77e7f5010ce76d (diff) | |
download | poky-3533e801eecb26ae9f97649ed2f675c3965a797b.tar.gz |
autoconf: update runtime dependencies
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.
[Yocto 3100]
(From OE-Core rev: 19a4d6498b262a53456f43fabb66d821014d2656)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf.inc')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 19 |
1 files changed, 17 insertions, 2 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" |