aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool
AgeCommit message (Collapse)Author
2011-05-06libtool-sdk: postprocess libtoolize and install additional files.Florian Boor
Install some additional files that might be missed by autotools. Libtoolize has a path to build directory inside we can get rid of by postprocessing. Signed-off-by: Florian Boor <florian@kernelconcepts.de>
2011-03-09Many places: Refer to ${HOST_SYS}-libtool not ${TARGET_PREFIX}libtoolTom Rini
Given that the libtool recipes install as ${HOST_SYS}-libtool we need to reference it as such and not ${TARGET_PREFIX}libtool as we will otherwise break when those evaluate differently. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-19libtool-2.4: Import the RPATH fixing libtool patch from yoctoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-25libtool: update package LICENSEChase Maupin
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-22libtool: Rename --with-sysroot to --with-libtool-sysrootKhem Raj
* To avoid name conflict with binutils and gcc we rename the option * We also stage the cross and native libtool in same relative path so it can be accessed equally well from recipes using BBCLASSEXTEND = "native" Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-15libtool-2.4: Append lt_sysroot to libdirKhem Raj
Remove cross.patch which is not needed now. Fix PR setting. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11libtool: Abstact more common things to libtool.incKhem Raj
* inherit autotools is now in libtool.inc and so is EXTRA_AUTORECONF = "--exclude=libtoolize" * Include libtool.inc separately into -cross -native -sdk and -nativesdk recipes for 2.4 this avoids the problem where libltdl etc are also provided by -sdk and -nativesdk recipes which is incorrect * Delete ${D}${infodir}/dir this should be regenerated at install time Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11libtool-sdk: add recipe for 2.4Koen Kooi
Without this pkgconfig-sdk fails to build as part of meta-toolchain when using libtool 2.4
2010-10-10libtool_2.4.bb: Set DEFAULT_PREFERENCE to -1Khem Raj
* Its not default so disable it being picked by mistake one should enable it explicitly. This means by default we still use 2.2.6b Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-10libtool-2.4: Add recipes for libtool 2.4Khem Raj
* Add fixes needed for sysroot working within libtool * Let nativesdk recipe not provide PACKAGES provided by libtool Otherwise when an image wants say libltdl-dev it picks up libtool-nativesdk instead of libtool recipe to provide it Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-10-04libtool-sdk: Convert from legacy stagingTom Rini
Since these are ${HOST_SYS} specific we make ${HOST_SYS}-libtool here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-25libtool : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-13libtool-cross 2.2.6[ab]: Drop legacy staging, taken from pokyTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-14libtool: removed some old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-06libtool-native_2.2.6b.bb: Install remaining missing directories.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-06libtool-native: Add missing directory creationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-06libtool-native 2.2.6b: convert to new style stagingKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-26libtool_2.2.6b.bb : new version of libtoolGraeme Gregory
This is a basic version uprev as it is becoming required by some gtk+ applications such as transmission.
2010-01-06libtool: remove default_pref -1 from 2.2.6aRolf Leggewie
Angstrom has been using 2.2.6a successfully for about half a year and some of the latest packages don't build with 2.2.4. The Maintainers of the minimal and micro distributions agreed in IRC to move to 2.2.6a.
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ↵Richard Purdie
allow nextgen SDK generation (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17libtool: Use more clean way to set ac_cv_path_* variables. Never load ↵Stanislav Brabec
libtool.inc twice.
2009-08-14libtool: Remove FILESDIR, use INC_PR and FILESPATHPKGKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2009-08-03libtool: Do not use target paths to grep and sed for cross and sdk builds.Stanislav Brabec
2009-08-03libtool: Backported ac_cv_path_SED typo fix.Stanislav Brabec
2009-08-02libtool 2.2.6a: fix libltdl problem, add default pref version so distros ↵Koen Kooi
don't accidentally pick this one up
2009-07-30libtool: 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 broke do_configure.Marc Olzheim
* See http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-July/012754.html for more.
2009-07-27libtool: Fixed paths to grep and sed.Stanislav Brabec
2009-07-27libtool_2.2.6a : add newest version of libtool disabled by defaultGraeme Gregory
converted to use ${BPN} in the packages compared to old libtool
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>