Update openslug packages
authorg2@giantshoulder.com <g2@giantshoulder.com>
Sat, 26 Mar 2005 16:58:01 +0000 (16:58 +0000)
committerg2@giantshoulder.com <g2@giantshoulder.com>
Sat, 26 Mar 2005 16:58:01 +0000 (16:58 +0000)
BKrev: 42459499ic9-IexVenw435BnkW_erA

packages/meta/openslug-packages.bb

index efc550e..ff82c1f 100644 (file)
@@ -1,10 +1,39 @@
 DESCRIPTION = "Packages that are compatible with the OpenSlug firmware"
 LICENSE = MIT
-PR = "r2"
+PR = "r3"
 
 ALLOW_EMPTY = 1
 PACKAGES = "${PN}"
 
+OPENSLUG_DEVELOPMENT = "\
+       autoconf  \
+       automake  \
+       bash  \
+       bison  \
+       bzip2  \
+       coreutils  \
+       cvs \
+       diffutils  \
+       findutils  \
+       flex  \
+       gawk \
+       gcc  \
+       gdb  \
+       grep   \
+       lsof  \
+       m4  \
+       make  \
+       ncurses  \
+       openssh  \
+       pciutils  \
+       perl  \
+       quilt  \
+       sed  \
+       strace  \
+       tar  \
+       "
+
+
 OPENSLUG_PACKAGES = "\
        atftp \
        bash \
@@ -12,17 +41,19 @@ OPENSLUG_PACKAGES = "\
        coreutils \
        miau \
        microcom \
-       mgetty \
        mt-daapd \
        muxsshssl \
        nail \
        openssh \
        ppp puppy \
        strace sudo \
+       thttpd \
        "
 
 BROKEN_PACKAGES = "\
+       mgetty \
        "
 
 DEPENDS = 'openslug-image \
-       ${OPENSLUG_PACKAGES}'
+       ${OPENSLUG_PACKAGES} \
+       ${OPENSLUG_DEVELOPMENT}'