summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake_1.11.1.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-27 11:30:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:40 +0000
commit761acbb4fa3ec8bec8e099e544495280a950e1de (patch)
tree6894e3fc5f6a4728bcc47909ede398b0d1352963 /meta/recipes-devtools/automake/automake_1.11.1.bb
parent99e4a9ad7999bf63bac289d7fa4dc64f104e85ba (diff)
downloadpoky-761acbb4fa3ec8bec8e099e544495280a950e1de.tar.gz
automake: upgrade from 1.11.1 to 1.11.2
(From OE-Core rev: 2dffe02af05413d8438ddc28d542dc5d85ac105f) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.11.1.bb')
-rw-r--r--meta/recipes-devtools/automake/automake_1.11.1.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb
deleted file mode 100644
index ff8353fe82..0000000000
--- a/meta/recipes-devtools/automake/automake_1.11.1.bb
+++ /dev/null
@@ -1,48 +0,0 @@
1require automake.inc
2LICENSE="GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4DEPENDS_virtclass-native = "autoconf-native"
5
6RDEPENDS_automake += "\
7 autoconf \
8 perl \
9 perl-module-bytes \
10 perl-module-constant \
11 perl-module-cwd \
12 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 \
27 perl-module-text-parsewords \
28 perl-module-vars "
29
30RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
31
32PATHFIXPATCH = "file://path_prog_fixes.patch"
33PATHFIXPATCH_virtclass-native = ""
34PATHFIXPATCH_virtclass-nativesdk = ""
35
36SRC_URI += "${PATHFIXPATCH} \
37 file://prefer-cpio-over-pax-for-ustar-archives.patch \
38 file://python-libdir.patch"
39
40SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f"
41SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae"
42
43do_install () {
44 oe_runmake 'DESTDIR=${D}' install
45 install -d ${D}${datadir}
46}
47
48BBCLASSEXTEND = "native nativesdk"