diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-11 07:18:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-11 07:18:34 +0000 |
commit | dbd1a76089b2b95b9c57fff7dd7d22c67a93a4e3 (patch) | |
tree | 7234291c163f9422814908cff50e2f24f5c6f2ca /packages/meta/openslug-packages.bb | |
parent | 47bb3895991dd77781dee8274159b032ebbc6b31 (diff) |
openslug, ucslugc: convert to use slugos.conf
- All the openslug/ucslugc specific .bb files are converted in this
- change to use generic 'slugos' files with the required configuration
- in openslug.conf or ucslugc.conf. This unifies the image and package
- build stuff. Old targets should continue to work as the slugos
- .bb files PROVIDE the required targets.
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 150 |
1 files changed, 0 insertions, 150 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb deleted file mode 100644 index 13d29a0961..0000000000 --- a/packages/meta/openslug-packages.bb +++ /dev/null @@ -1,150 +0,0 @@ -DESCRIPTION = "Packages that are compatible with the OpenSlug firmware" -LICENSE = MIT -PR = "r7" - -INHIBIT_DEFAULT_DEPS = "1" -ALLOW_EMPTY = 1 -PACKAGES = "${PN}" - -OPENSLUG_PACKAGES = "\ - alsa-lib \ - alsa-utils \ - atftp \ - autoconf \ - automake \ - aumix \ - bash \ - bind \ - binutils \ - bison \ - bluez-utils-nodbus \ - bogofilter \ - bridge-utils \ - bwmon \ - bzip2 \ - ccxstream \ - coreutils \ - cron \ - ctorrent \ - ctrlproxy \ - cvs\ - cyrus-imapd \ - db4 \ - diffstat \ - diffutils \ - dnsmasq \ - expat \ - file \ - findutils \ - flex \ - ftpd-topfield \ - gawk \ - gcc \ - gdb \ - glib-2.0 \ - gnu-config \ - gphoto2 \ - grep \ - gtk-doc \ - gzip \ - ifupdown \ - iperf \ - ipkg-utils \ - iptables \ - irssi \ - joe \ - jpeg \ - lcdproc \ - less \ - libdvb \ - libpam \ - libpng \ - libtool \ - libusb \ - libxml2 \ - lsof \ - m4 \ - mailx \ - make \ - man man-pages \ - mdadm \ - mgetty \ - miau \ - microcom \ - minicom \ - monotone-5 \ - mpd \ - mtd-utils \ - mt-daapd \ - mutt \ - mysql \ - nail \ - nano \ - ncftp \ - ncurses \ - netpbm \ - nfs-utils \ - ntp \ - obexftp openobex openobex-apps ircp \ - openldap \ - openntpd \ - openssh \ - openvpn \ - patch \ - pciutils \ - pcre \ - perl \ - pkgconfig \ - postfix \ - ppp \ - procps \ - psmisc \ - puppy \ - pwc \ - python \ - qc-usb-messenger \ - quilt \ - reiserfsprogs reiser4progs \ - rsync \ - samba \ - sane-backends \ - screen \ - sed \ - setpwc \ - ssmtp \ - strace \ - streamripper \ - sudo \ - sysfsutils \ - syslog-ng \ - tar \ - thttpd \ - tiff \ - timezones \ - unionfs-modules unionfs-utils \ - usbutils \ - util-linux \ - vim \ - vlan \ - vsftpd \ - wakelan \ - wireless-tools \ - wget \ - xinetd \ - yp-tools ypbind ypserv \ - zd1211 \ - zlib \ - " - -BROKEN_PACKAGES = "\ - groff \ - icecast \ - pvrusb2-mci \ - watchdog \ - zd1211 \ - " - -DEPENDS = 'openslug-image \ - ${OPENSLUG_PACKAGES} \ - openslug-native \ - package-index' |