diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-11-29 11:30:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 20:39:11 +0000 |
commit | aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a (patch) | |
tree | 4b60961bf5139818a0226d37c2fcdfb1f80fc0a3 /meta/recipes-devtools/libtool/libtool.inc | |
parent | 1615287660e9d0cce89c7d6d5ad177769856b3cc (diff) | |
download | openembedded-core-aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a.tar.gz openembedded-core-aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a.tar.bz2 openembedded-core-aa0cb889a4ef883235dc3f3e1d76ee4a556ae03a.zip |
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
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.inc | 28 |
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 @@ -SUMMARY = "Generic library support script" -DESCRIPTION = "This is GNU libtool, a generic library support script. \ -Libtool hides the complexity of generating special library types \ -(such as shared libraries) behind a consistent interface." -HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" -SECTION = "devel" -LICENSE = "GPLv2 & LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" - -SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://trailingslash.patch \ - file://prefix-manpage-fix.patch \ - file://rename-with-sysroot.patch \ - file://resolve-sysroot.patch \ - file://use-sysroot-in-libpath.patch \ - file://fix-final-rpath.patch \ - file://avoid_absolute_paths_for_general_utils.patch \ - file://fix-rpath.patch " - -do_compile_prepend () { - # Sometimes this file doesn't get rebuilt, force the issue - rm -f ${S}/libltdl/config/ltmain.sh - make libltdl/config/ltmain.sh -} - -inherit autotools -EXTRA_AUTORECONF = "--exclude=libtoolize" |