From c3036f11360cf4992c635dcdc43f1d703b004cac Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 23 Nov 2005 07:35:46 +0000 Subject: 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.) --- packages/meta/slugos-packages.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/meta') diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 367dea2160..6e98dc4ffa 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -36,6 +36,7 @@ SLUGOS_PACKAGES = "\ bwmon \ bzip2 \ ccxstream \ + cherokee \ coreutils \ cron \ ctorrent \ @@ -178,7 +179,6 @@ UCLIBC_UNSUPPORTABLE_PACKAGES = "\ SLUGOS_PACKAGES_append_linux = "\ ${UCLIBC_UNSUPPORTABLE_PACKAGES} \ ctrlproxy \ - dsniff \ iperf \ man man-pages \ psmisc \ @@ -187,6 +187,9 @@ SLUGOS_PACKAGES_append_linux = "\ xinetd \ " +#BROKEN: +# dsniff + SLUGOS_PACKAGES_append_linux-uclibc = "\ " -- cgit v1.2.3