diff options
-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 \ |