From: John Bowler Date: Mon, 11 Jul 2005 06:43:42 +0000 (+0000) Subject: Fix the uclibc build - 'bind' does not build against a uclibc libc. X-Git-Tag: Release-2010-05/1~9453^2~4193^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53aeb8cb6a60d88703adc6a63703288f77224ff8;p=openembedded.git Fix the uclibc build - 'bind' does not build against a uclibc libc. --- diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index a884ca3f04..4758e335cd 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -43,7 +43,6 @@ OPENSLUG_DEVELOPMENT_append_linux = "\ OPENSLUG_PACKAGES = "\ bash \ - bind \ bluez-utils-nodbus \ bridge-utils \ coreutils \ @@ -88,6 +87,7 @@ OPENSLUG_PACKAGES = "\ # These packages only build on TARGET_OS=linux, not # TARGET_OS=linux-uclibc OPENSLUG_PACKAGES_append_linux = "\ + bind \ php \ libpam \ yp-tools ypbind ypserv \