aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool
AgeCommit message (Collapse)Author
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-15libtool: update patchesNitin A Kamble
As per discussion with RP remove dolt patches. Merge Gary Thomas's patch into trailigslash.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-09libtool family: fix build failure caused by previous libtool commit.Nitin A Kamble
prefix.patch was removed from the target libtool recipe. But still part of it is needed to build the man pages. So split the patch into two. One for just fixing the man page building issue. Also tweaked the install of libtool-nativesdk recipe as per prefix patch changes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-09libtool: Only apply prefix.patch to the non-target versions of libtoolRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-08libtool family: upgrade from 2.2.6 to 2.2.10Nitin A Kamble
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 Purdie
(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 Purdie
since it has to be present to run configure
2010-04-27autotools: deprecate autotools_stage classJoshua Lock
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-02libtool: Add missing patchRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-02libtool: Fix a bug where trailing slash characters could break path comparisionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-02libtool: Fix sysroot preprocess functionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-30libtool-cross: Don't allow bad staging files break libtooLRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-30libtool: Only apply sysroot mangling to libtool itself (not ↵Richard Purdie
native/cross/nativesdk) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-27libtool: Allow ltdl to stage onlyRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-27libtool: Don't install into staging since we need libtool-cross thereRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17libtool: Convert various varients to use do_install for stagingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13libtool: Drop unneeded includeRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie
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 Purdie
2009-01-02libtool-native: Stage libltdl headers (from OE)Richard Purdie
2009-01-02libtool: Drop old version 1.5.10Richard Purdie
2008-10-10libtool_2.2.6: Fix SRC_URIRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5478 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-10libtool: Upgrade to 2.2.6Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5475 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02libtool-sdk: create directories before staging into themMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4784 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-13libtool: changed staging - will unbreak pulseaudioMarcin Juszkiewicz
- stage headers/library in libtool - $TARGET_ARCH-libtool and m4 macros in libtool-cross git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4639 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-28libtool: do not stage - libtool-cross stage proper m4 macrosMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4557 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-23libtool: stage headersMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4555 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-07libtool-cross: Add dependency on libtool-nativeRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4455 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-06libtool-sdk: Make sure target directories existRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4438 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-06libtool-sdk: Fix staging functionRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4436 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-05libtool: Add libtool-sdkRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4432 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-05libtool: Upgrade 2.2.2 -> 2.2.4Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4416 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-02libtool-2.2.2: Add fix for patch from upstreamRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4405 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-01libtool-2.2.2: Cleanup patchesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4403 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-01libtool-2.2.2: Add fixes for darwin, drop uclibc patch as it should no ↵Richard Purdie
longer be needed git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4390 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-22libtool-2.2.2: Add patch from upstream to fix -all-static flag issuesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4311 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-22libtool: Disable a section of the libdir-la patch since its doing more harm ↵Richard Purdie
than good. This should fix sdk .la files at the expense of having to mangle files being installed into staging git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4307 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-16libtool: Make 2.2.2 the defaultRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4281 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-13libtool-2.2.2: Update further patchesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4245 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-13libtool: Add 2.2.2 (not default)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4244 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-13libtool-1.5.10: Drop unused patchRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4243 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-11libtool-cross: unbreak dolt.m4Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4231 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-11libtool-cross: Enable using dolt for the cases where it works, work around ↵Richard Purdie
broken libtool fallback handling git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4230 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-09libtool-cross: Ensure staged libtool is the patched versionRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3981 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-03libtool: Create common .inc fileRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3664 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-30libtool: Make sure ltmain.sh gets regenerated by libtool-cross, fix nmedit ↵Richard Purdie
paths, fix library search paths for installed=no binaries particuarly on darwin but applies to other archs too git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3274 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13libtool: Don't patch limain.sh otherwise it doesn't regenerate. Drop ↵Richard Purdie
tag1.patch it doesn't do anything git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3148 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13libtool: do not add when linking librariesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3136 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-30libtool-cross: Remove hardcoded staging pathsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3035 311d38ba-8fff-0310-9ca6-ca027cbcb966