summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-nativesdk_2.2.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* libtool family: upgrade from 2.2.6 to 2.2.10Nitin A Kamble2010-07-081-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libtool: Make sure ltmain.sh is always regenerated. We can't just remove it ↵Richard Purdie2010-06-021-1/+1
| | | | since it has to be present to run configure
* libtool: Fix a bug where trailing slash characters could break path comparisionsRichard Purdie2010-02-021-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libtool: Only apply sysroot mangling to libtool itself (not ↵Richard Purdie2009-11-301-1/+1
| | | | | | native/cross/nativesdk) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libtool: Convert various varients to use do_install for stagingRichard Purdie2009-11-171-41/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libtool: Drop unneeded includeRichard Purdie2009-11-131-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-0/+56
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>