diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-10-24 14:09:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:50:49 +0100 |
commit | d93898b2c530681362e42d1b0477fa593a625046 (patch) | |
tree | b48c4ed8ca186ef7673149f6e8657568c3674142 /meta/recipes-devtools/automake | |
parent | 3533e801eecb26ae9f97649ed2f675c3965a797b (diff) | |
download | poky-d93898b2c530681362e42d1b0477fa593a625046.tar.gz |
automake: update dependencies
Remove the RDEPENDS for nativesdk because the nativesdk-automake also
needs perl modules.
Add dependencies perl-module-thread-queue and perl-module-threads.
Remove redundant dependencies that they are already required by autoconf
and autoconf is required by automake.
In this removed list, "-->" present "required by":
perl-module-cwd --> perl-module-file-path --> autoconf
perl-module-dynaloader --> perl-module-xsloader --> perl-module-fcntl
--> perl-module-file-stat --> autoconf
perl-module-exporter-heavy --> perl-module-exporter --> autoconf
perl-module-constant --> autoconf
perl-module-errno --> autoconf
perl-module-file-basename --> autoconf
perl-module-file-compare --> autoconf
perl-module-file-copy --> autoconf
perl-module-file-glob --> autoconf
perl-module-file-spec-unix --> perl-module-file-spec
--> perl-module-io-file --> autoconf
perl-module-file-stat --> autoconf
perl-module-getopt-long --> autoconf
perl-module-io --> perl-module-IO-handle --> perl-module-IO-seekable
--> perl-module-io-file --> autoconf
perl-module-io-file --> autoconf
perl-module-posix --> autoconf
Bump up PR.
(From OE-Core rev: cd15622712c517dc72242c1066ca6eb4bc5094a8)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.12.3.bb | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.12.3.bb b/meta/recipes-devtools/automake/automake_1.12.3.bb index af99dfa2c5..362500cea5 100644 --- a/meta/recipes-devtools/automake/automake_1.12.3.bb +++ b/meta/recipes-devtools/automake/automake_1.12.3.bb | |||
@@ -7,28 +7,14 @@ RDEPENDS_${PN} += "\ | |||
7 | autoconf \ | 7 | autoconf \ |
8 | perl \ | 8 | perl \ |
9 | perl-module-bytes \ | 9 | perl-module-bytes \ |
10 | perl-module-constant \ | ||
11 | perl-module-cwd \ | ||
12 | perl-module-data-dumper \ | 10 | perl-module-data-dumper \ |
13 | perl-module-dynaloader \ | ||
14 | perl-module-errno \ | ||
15 | perl-module-exporter-heavy \ | ||
16 | perl-module-file-basename \ | ||
17 | perl-module-file-compare \ | ||
18 | perl-module-file-copy \ | ||
19 | perl-module-file-glob \ | ||
20 | perl-module-file-spec-unix \ | ||
21 | perl-module-file-stat \ | ||
22 | perl-module-getopt-long \ | ||
23 | perl-module-io \ | ||
24 | perl-module-io-file \ | ||
25 | perl-module-posix \ | ||
26 | perl-module-strict \ | 11 | perl-module-strict \ |
27 | perl-module-text-parsewords \ | 12 | perl-module-text-parsewords \ |
13 | perl-module-thread-queue \ | ||
14 | perl-module-threads \ | ||
28 | perl-module-vars " | 15 | perl-module-vars " |
29 | 16 | ||
30 | RDEPENDS_${PN}_virtclass-native = "autoconf-native perl-native-runtime" | 17 | RDEPENDS_${PN}_virtclass-native = "autoconf-native perl-native-runtime" |
31 | RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-autoconf" | ||
32 | 18 | ||
33 | PATHFIXPATCH = "file://path_prog_fixes.patch" | 19 | PATHFIXPATCH = "file://path_prog_fixes.patch" |
34 | PATHFIXPATCH_virtclass-native = "" | 20 | PATHFIXPATCH_virtclass-native = "" |
@@ -42,7 +28,7 @@ SRC_URI += "${PATHFIXPATCH} \ | |||
42 | SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729" | 28 | SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729" |
43 | SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0" | 29 | SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0" |
44 | 30 | ||
45 | PR = "r1" | 31 | PR = "r2" |
46 | 32 | ||
47 | do_install () { | 33 | do_install () { |
48 | oe_runmake 'DESTDIR=${D}' install | 34 | oe_runmake 'DESTDIR=${D}' install |