All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH,V2 0/6] libtool 2.4 upgrade
@ 2010-10-07  1:46 Khem Raj
  2010-10-07  1:46 ` [PATCH,V2 1/6] libtool-2.4: Add recipes for libtool 2.4 Khem Raj
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Khem Raj @ 2010-10-07  1:46 UTC (permalink / raw)
  To: openembedded-devel

Hi

Following set of patches is v2 of the patches adding support for getting libtool 2.4 into
openemebedded. I have so far built minimal-image for two machines successfully using old 
and new libtool.

The libtool sysroot feature knob is added through LIBTOOL_HAS_SYSROOT variable. If this is
set to "yes" then you ought to use libtool > 2.4 by default its set to "no" which means
the current behavior remains.

The big change that libtool 2.4 brings is sysroot support and I have added
support to use this feature. It should make our life easier.

This needs a lot of testing.

Please cherry pick the patch bundle and give it a try in yout environment

Some distros pin libtool version to 2.2.6b

include/preferred-slugos-versions.inc
include/angstrom-2008-preferred-versions.inc
include/kaeilos-2009-preferred-versions.inc
include/angstrom-2010-preferred-versions.inc
include/preferred-shr-versions.inc

So if you are using one of these distro's then you might have
to override the version in your local.conf

LIBTOOL_HAS_SYSROOT = "yes"
LIBTOOL_VER = "2.4"
PREFERRED_VERSION_libtool           = "${LIBTOOL_VER}"
PREFERRED_VERSION_libtool-native    = "${LIBTOOL_VER}"
PREFERRED_VERSION_libtool-cross     = "${LIBTOOL_VER}"
PREFERRED_VERSION_libtool-nativesdk = "${LIBTOOL_VER}"
PREFERRED_VERSION_libtool-sdk       = "${LIBTOOL_VER}"

Please review, test, and provide feedback

Thanks

-Khem




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-10-11 13:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07  1:46 [PATCH,V2 0/6] libtool 2.4 upgrade Khem Raj
2010-10-07  1:46 ` [PATCH,V2 1/6] libtool-2.4: Add recipes for libtool 2.4 Khem Raj
2010-10-07  1:46 ` [PATCH,V2 2/6] bitbake.conf: Define LIBTOOL_HAS_SYSROOT Khem Raj
2010-10-07  1:46 ` [PATCH, V2 3/6] autotools.bbclass: Conditionally use autotools_prepackage_lamangler Khem Raj
2010-10-07  1:46 ` [PATCH, V2 4/6] cross.bbclass, staging.bbclass, utils.bbclass: Make sure that .la munging is not done for libtool > 2.4 Khem Raj
2010-10-07  1:46 ` [PATCH, V2 5/6] insane.bbclass: If LIBTOOL_HAS_SYSROOT is set then do not check for la insanity Khem Raj
2010-10-07  1:46 ` [PATCH, V2 6/6] gnutls_2.10.1.bb: Update to libtools 2.4 macros Khem Raj
2010-10-07  7:56 ` [PATCH,V2 0/6] libtool 2.4 upgrade Koen Kooi
2010-10-07 18:31   ` Khem Raj
2010-10-07 22:56     ` Graham Gower
2010-10-07 23:16       ` Graham Gower
2010-10-08 20:48     ` Frans Meulenbroeks
2010-10-08 22:21       ` Chris Larson
2010-10-09 10:37         ` Koen Kooi
2010-10-09 11:37         ` Martin Jansa
2010-10-09 14:31           ` Khem Raj
2010-10-09 15:15             ` Koen Kooi
2010-10-09 16:45             ` Frans Meulenbroeks
2010-10-11 13:13 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.