Add python,samba,strace,wget to the build
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 11 Jun 2005 18:38:32 +0000 (18:38 +0000)
committerJohn Bowler <jbowler@nslu2-linux.org>
Sat, 11 Jun 2005 18:38:32 +0000 (18:38 +0000)
Add nfs-utils to the glibc build (only).
nfs-utils verified working.  The others build but
not verified working.

BKrev: 42ab2fa8Cs3kmtBqUq2rpKkuKKH4OQ

packages/meta/openslug-packages.bb

index e4e4f86..41d29bc 100644 (file)
@@ -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'