base.bbclass: attempt to fix the staging .la problem
authorJohn Bowler <jbowler@nslu2-linux.org>
Wed, 23 Nov 2005 07:35:46 +0000 (07:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 23 Nov 2005 07:35:46 +0000 (07:35 +0000)
commitc3036f11360cf4992c635dcdc43f1d703b004cac
tree45daf494a0c3ca5f093d260c04ad6f44b1e69b16
parent990ee6d7b71d1f5922cd494ab9ba5be03eafc602
base.bbclass: attempt to fix the staging .la problem
  - when using oe_libinstall to install a libtool library (.la file
  - present) into the staging directory (${STAGING_LIBDIR}) fix up the
  - installed .lai file so that it contains 'installed=no' - this
  - prevents libtool from subsequently using a copy of the build system
  - library if it exists in the final (target) installation directory
  - on the build machine (typically /usr/lib).  Remove the patches from
  - pcre_4.4.bb to match (it now seems to work without them), add
  - cherokee to the openslug (etc) build (it was failing because of this
  - problem.)
classes/base.bbclass
conf/distro/openslug-packages.conf
conf/distro/ucslugc-packages.conf
packages/meta/slugos-packages.bb
packages/pcre/pcre_4.4.bb