diff options
-rw-r--r-- | packages/meta/openslug-packages.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index e4e4f86f77..41d29bc6e4 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -59,6 +59,10 @@ OPENSLUG_PACKAGES = "\ openldap \ ntp \ reiserfsprogs reiser4progs \ + python \ + samba \ + strace \ + wget \ " # These packages only build on TARGET_OS=linux, not @@ -67,13 +71,14 @@ OPENSLUG_PACKAGES_append_linux = "\ php \ libpam \ yp-tools ypbind ypserv \ + nfs-utils \ " - BROKEN_PACKAGES = "\ + cron \ mgetty \ - strace \ " DEPENDS = 'openslug-image \ ${OPENSLUG_PACKAGES} \ - ${OPENSLUG_DEVELOPMENT}' + ${OPENSLUG_DEVELOPMENT} \ + package-index' |