summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool-2.4.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool-2.4.6.inc')
-rw-r--r--meta/recipes-devtools/libtool/libtool-2.4.6.inc49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc
deleted file mode 100644
index 8e17b56d46..0000000000
--- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc
+++ /dev/null
@@ -1,49 +0,0 @@
1SUMMARY = "Generic library support script"
2DESCRIPTION = "This is GNU libtool, a generic library support script. \
3Libtool hides the complexity of generating special library types \
4(such as shared libraries) behind a consistent interface."
5HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
6SECTION = "devel"
7LICENSE = "GPLv2 & LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 file://libltdl/COPYING.LIB;md5=4fbd65380cdd255951079008b364516c "
10
11SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
12 file://trailingslash.patch \
13 file://rename-with-sysroot.patch \
14 file://use-sysroot-in-libpath.patch \
15 file://fix-final-rpath.patch \
16 file://fix-rpath.patch \
17 file://norm-rpath.patch \
18 file://dont-depend-on-help2man.patch \
19 file://fix-resolve-lt-sysroot.patch \
20 file://nohardcodepaths.patch \
21 file://unwind-opt-parsing.patch \
22 file://0001-libtool-Fix-support-for-NIOS2-processor.patch \
23 file://0001-libtool-Check-for-static-libs-for-internal-compiler-.patch \
24 "
25
26SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
27SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3"
28
29do_compile_prepend () {
30 # Sometimes this file doesn't get rebuilt, force the issue
31 rm -f ${S}/build-aux/ltmain.sh
32 make build-aux/ltmain.sh
33 ./config.status
34}
35
36inherit autotools texinfo
37EXTRA_AUTORECONF = "--exclude=libtoolize"
38
39CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep"
40
41DEPENDS = "libtool-native"
42
43PACKAGES =+ "libltdl"
44FILES_${PN} += "${datadir}/aclocal"
45
46FILES_${PN}-dev_remove = "${datadir}/aclocal"
47FILES_libltdl = "${libdir}/libltdl${SOLIBS}"
48
49export CONFIG_SHELL="/bin/bash"