summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-cross_2.2.6.bb
AgeCommit message (Collapse)AuthorFiles
2010-07-08libtool family: upgrade from 2.2.6 to 2.2.10Nitin A Kamble1
This upgrades these recipes: libtool_2.2.6.bb -> libtool_2.2.10.bb libtool-native_2.2.6.bb -> libtool-native_2.2.10.bb libtool-cross_2.2.6.bb -> libtool-cross_2.2.10.bb libtool-nativesdk_2.2.6.bb -> libtool-nativesdk_2.2.10.bb Also fixes build failure caused by having aclocal.m4 built with older version of libtool. Rebased these patches for the newer version sources add_dolt.patch cross_compile.patch dolt.m4 Changed this patch to fix documentation building for non-x86 archs prefix.patch Rebased and changed to fix the building of ncurses recipe: trailingslash.patch Also updated metadata variables like LICENSE & LIC_CHKSUM_FILES Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-03libtool-cross: Allow the compile to run else we can generate invalid ↵Richard Purdie1
(unpatched) libtool files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-02libtool: Make sure ltmain.sh is always regenerated. We can't just remove it ↵Richard Purdie1
since it has to be present to run configure
2010-02-02libtool: Fix a bug where trailing slash characters could break path comparisionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-30libtool-cross: Don't allow bad staging files break libtooLRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-30libtool: Only apply sysroot mangling to libtool itself (not ↵Richard Purdie1
native/cross/nativesdk) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-27libtool: Don't install into staging since we need libtool-cross thereRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17libtool: Convert various varients to use do_install for stagingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13libtool: Drop unneeded includeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie1
Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie1
2008-10-10libtool: Upgrade to 2.2.6Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5475 311d38ba-8fff-0310-9ca6-ca027cbcb966