diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-11 06:43:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 06:43:42 +0000 |
commit | 53aeb8cb6a60d88703adc6a63703288f77224ff8 (patch) | |
tree | fa9235ca215f85b7ba95e15880d08c120402bf67 /packages/meta/openslug-packages.bb | |
parent | 1e39f124d5209caa27fd21120bbdaab7161cb10f (diff) |
Fix the uclibc build - 'bind' does not build against a uclibc libc.
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |