diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 |