slugos-packages: add zip and devlabel in conf
authorJohn Bowler <jbowler@nslu2-linux.org>
Sun, 29 Jan 2006 10:24:19 +0000 (10:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 29 Jan 2006 10:24:19 +0000 (10:24 +0000)
conf/distro/slugos-packages.conf
packages/meta/slugos-image.bb
packages/meta/slugos-packages.bb

index 57743c6..8692945 100644 (file)
@@ -33,6 +33,7 @@ ${PKGDIR}/packages/db/*.bb \
 ${PKGDIR}/packages/dbus/*.bb \
 ${PKGDIR}/packages/devio/*.bb \
 ${PKGDIR}/packages/device-mapper/*.bb \
+${PKGDIR}/packages/devlabel/*.bb \
 ${PKGDIR}/packages/diffstat/*.bb \
 ${PKGDIR}/packages/diffutils/*.bb \
 ${PKGDIR}/packages/dnsmasq/*.bb \
@@ -40,6 +41,7 @@ ${PKGDIR}/packages/docbook-utils/*.bb \
 ${PKGDIR}/packages/dropbear/*.bb \
 ${PKGDIR}/packages/dsniff/*.bb \
 ${PKGDIR}/packages/e2fsprogs/*.bb \
+${PKGDIR}/packages/e2fsprogs-libs/*.bb \
 ${PKGDIR}/packages/expat/*.bb \
 ${PKGDIR}/packages/ez-ipupdate/*.bb \
 ${PKGDIR}/packages/fakeroot/*.bb \
@@ -226,5 +228,6 @@ ${PKGDIR}/packages/xinetd/*.bb \
 ${PKGDIR}/packages/xproto/*.bb \
 ${PKGDIR}/packages/xtrans/*.bb \
 ${PKGDIR}/packages/zd1211/*.bb \
+${PKGDIR}/packages/zip/*.bb \
 ${PKGDIR}/packages/zlib/*.bb \
 ${SLUGOS_EXTRA_BBFILES}"
index 80a8ada..fb004d8 100644 (file)
@@ -7,7 +7,7 @@ DESCRIPTION = "Generic SlugOS image"
 MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r21"
+PR = "r22"
 
 # SLUGOS_IMAGENAME defines the name of the image to be build, if it
 # is not set this package will be skipped!
@@ -82,6 +82,11 @@ RDEPENDS = "kernel ixp-eth \
         ipkg-collateral ipkg ipkg-link \
        portmap \
        dropbear \
+       util-linux-fdisk \
+       util-linux-mount \
+       util-linux-umount \
+       util-linux-swaponoff \
+       util-linux-losetup \
        ${SLUGOS_SUPPORT} \
        ${SLUGOS_KERNEL} \
        ${SLUGOS_EXTRA_RDEPENDS}"
index 7be7968..4aabba6 100644 (file)
@@ -43,10 +43,12 @@ SLUGOS_PACKAGES = "\
        cyrus-imapd \
        cyrus-sasl \
        db \
+       devlabel \
        diffstat \
        diffutils \
        dnsmasq \
        e2fsprogs \
+       e2fsprogs-libs \
        expat \
        ez-ipupdate \
        fetchmail \
@@ -153,6 +155,7 @@ SLUGOS_PACKAGES = "\
        wireless-tools \
        wpa-supplicant \
        zd1211 \
+       zip \
        zlib \
        "