diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-11 22:56:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 22:56:38 +0000 |
commit | 98d59ca10310424f7b9e03188321251ff490291e (patch) | |
tree | 844d671cb356ef12f79357202217d0f17787e9fd /packages/meta/openslug-packages.bb | |
parent | a55bb1084356a8f5220c856c4221a9448ee55444 (diff) | |
parent | 216826630f56103c2d75c0c512c1978fa65079a3 (diff) |
merge of a0401b9f09376ea2c7d6eb10ff1ccfb84ec7649c
and a0a93c4cb9609431f78a0188791c0cd9574687c9
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 74 |
1 files changed, 32 insertions, 42 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index ee2cef1d9e..db150f7972 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -1,84 +1,65 @@ DESCRIPTION = "Packages that are compatible with the OpenSlug firmware" LICENSE = MIT -PR = "r4" +PR = "r5" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 PACKAGES = "${PN}" -OPENSLUG_DEVELOPMENT = "\ +OPENSLUG_PACKAGES = "\ + atftp \ autoconf \ automake \ bash \ + bind \ binutils \ bison \ - bzip2 \ - coreutils \ - cvs \ - diffutils \ - findutils \ - flex \ - gawk \ - gcc \ - gdb \ - gnu-config \ - grep \ - gzip \ - ipkg-utils \ - libtool \ - lsof \ - m4 \ - make \ - monotone-4 monotone-5 \ - ncurses \ - openssh \ - patch \ - pciutils \ - perl \ - pkgconfig \ - quilt \ - sed \ - strace \ - tar \ - util-linux \ - " - - -OPENSLUG_PACKAGES = "\ - atftp \ - bash \ - bind \ bluez-utils-nodbus \ bridge-utils \ bwmon \ + bzip2 \ ccxstream \ coreutils \ cron \ ctorrent \ + ctrlproxy \ cvs\ cyrus-imapd \ db4 \ diffstat \ + diffutils \ dnsmasq \ expat \ + findutils \ + flex \ ftpd-topfield \ + gawk \ + gcc \ + gdb \ glib-2.0 \ + gnu-config \ gphoto2 \ + grep \ gtk-doc \ - icecast \ + gzip \ iperf \ - ifupdown \ + ipkg-utils \ jpeg \ less \ libpam \ libpng \ + libtool \ libusb \ libxml2 \ + lsof \ + m4 \ mailx \ + make \ man man-pages \ mgetty \ miau \ microcom \ + monotone-5 \ mpd \ mt-daapd \ mutt \ @@ -86,6 +67,7 @@ OPENSLUG_PACKAGES = "\ nail \ nano \ ncftp \ + ncurses \ netpbm \ nfs-utils \ ntp \ @@ -94,8 +76,12 @@ OPENSLUG_PACKAGES = "\ openntpd \ openssh \ openvpn \ + patch \ + pciutils \ pcre \ + perl \ php \ + pkgconfig \ postfix \ ppp \ procps \ @@ -103,22 +89,25 @@ OPENSLUG_PACKAGES = "\ puppy \ pwc \ python \ + quilt \ reiserfsprogs reiser4progs \ rsync \ samba \ sane-backends \ screen \ + sed \ setpwc \ ssmtp \ strace \ streamripper \ sudo \ sysfsutils \ - thttpd \ + tar \ thttpd \ tiff \ timezones \ unionfs-modules unionfs-utils \ + util-linux \ vlan \ wakelan \ watchdog \ @@ -129,10 +118,11 @@ OPENSLUG_PACKAGES = "\ " BROKEN_PACKAGES = "\ + groff \ + icecast \ " DEPENDS = 'openslug-image \ ${OPENSLUG_PACKAGES} \ - ${OPENSLUG_DEVELOPMENT} \ openslug-native \ package-index' |