diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-06-11 18:38:32 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-06-11 18:38:32 +0000 |
commit | ccbc016b608232da77855e29a4fcbc5906c34db5 (patch) | |
tree | 8d69f5fd6d65a81671371c22070ffbf8e1c88cf9 /packages/meta | |
parent | a89145d13b273f0dff08e7830edb956f145a4d61 (diff) |
Add python,samba,strace,wget to the build
Add nfs-utils to the glibc build (only).
nfs-utils verified working. The others build but
not verified working.
BKrev: 42ab2fa8Cs3kmtBqUq2rpKkuKKH4OQ
Diffstat (limited to 'packages/meta')
-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' |