summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-11-29 11:30:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-01 20:40:23 +0000
commitd8bee043cbd5c88a0ddca58868f8e4556ef8531c (patch)
treec87a785209b157adb90a735f85e27a9c85ecd17a /meta/recipes-devtools/libtool/libtool.inc
parent177b2e337a37a67fe3a8a40d3f0704b30117f9e2 (diff)
downloadpoky-d8bee043cbd5c88a0ddca58868f8e4556ef8531c.tar.gz
libtool: Upgrade from 2.4 -> 2.4.2
Rebased patches to the newer source code and deleted resolve-sysroot.patch since its already applied upstream merged libtool-2.4.2.inc & libtool.inc files replaced PR with ${INC_PR}.0 (From OE-Core rev: aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool.inc')
-rw-r--r--meta/recipes-devtools/libtool/libtool.inc28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc
deleted file mode 100644
index ef9095be3e..0000000000
--- a/meta/recipes-devtools/libtool/libtool.inc
+++ /dev/null
@@ -1,28 +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=751419260aa954499f7abaabaa882bbe \
9 file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
10
11SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
12 file://trailingslash.patch \
13 file://prefix-manpage-fix.patch \
14 file://rename-with-sysroot.patch \
15 file://resolve-sysroot.patch \
16 file://use-sysroot-in-libpath.patch \
17 file://fix-final-rpath.patch \
18 file://avoid_absolute_paths_for_general_utils.patch \
19 file://fix-rpath.patch "
20
21do_compile_prepend () {
22 # Sometimes this file doesn't get rebuilt, force the issue
23 rm -f ${S}/libltdl/config/ltmain.sh
24 make libltdl/config/ltmain.sh
25}
26
27inherit autotools
28EXTRA_AUTORECONF = "--exclude=libtoolize"