summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake_1.11.1.bb
diff options
context:
space:
mode:
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"