diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-07 12:50:48 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-07 12:50:48 +0000 |
commit | e6404c88086275358fc4ae6eb57915a8d6756fce (patch) | |
tree | 03cb43fea9fdd7489a01f52c7dd4f9fe70e190fd /packages/meta | |
parent | a65cef2f115dba3e18d1e7be6e2b63c630ad83f3 (diff) |
openturbostation: Add packages
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/openturbostation-packages.bb | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/packages/meta/openturbostation-packages.bb b/packages/meta/openturbostation-packages.bb new file mode 100644 index 0000000000..d5192d3d75 --- /dev/null +++ b/packages/meta/openturbostation-packages.bb @@ -0,0 +1,195 @@ +# Meta package containing all the packages which build for SlugOS +# +# All packages in here must build with the slugos-???.conf distros, +# they do not necessarily work. +DESCRIPTION = "Packages that are compatible with the Openprotium on the iomega Storcenter" +HOMEPAGE = "http://www.openprotium.org" +LICENSE = "MIT" +PR = "r1" +CONFLICTS = "db3" +PROVIDES += "${OPENTURBOSTATION_IMAGENAME}-packages" + +EXCLUDE_FROM_WORLD = "1" +INHIBIT_DEFAULT_DEPS = "1" +ALLOW_EMPTY = "1" + +# The list of packages to build for the slugos DISTRO. +# KEEP IN ALPHABETICAL ORDER +# Do *not* simply comment out a line. That will break. Instead +# remove the package and place it in the corresponding "broken" list + +# deleted from "base" as they don't immediately build... +# asterisk \ +# asterisk-sounds \ +# beep \ +# cherokee \ +# cyrus-sasl \ +# atftp \ +# flac \ +# gphoto2 \ +# gdb \ +# glib-2.0 \ +# lirc \ +# masqmail \ +# wakelan \ +# wireless-tools \ +# wpa-supplicant \ +# bluez-utils-nodbus \ +# libxml2 \ +# libdvb \ +# madwifi-ng \ +# motion \ +# ftpd-topfield \ +# eciadsl \ +# netpbm \ +# reiserfsprogs reiser4progs \ +# libgphoto2 \ +# python \ +# mpd \ +# memtester \ +# puppy \ +# samba \ +# sane-backends \ +# vsftpd \ +# zd1211 \ + +OPENTURBOSTATION_PACKAGES = "\ + alsa-lib \ + alsa-utils \ + apache2 \ + audiofile \ + aumix \ + autoconf \ + automake \ + bash \ + bind \ + binutils \ + bison \ + bridge-utils \ + bzip2 \ + ccxstream \ + cdparanoia \ + cdstatus \ + coreutils \ + cron \ + ctorrent \ + cvs \ + db \ + devlabel \ + diffstat \ + diffutils \ + dnsmasq \ + e2fsprogs \ + e2fsprogs-libs \ + expat \ + ez-ipupdate \ + fetchmail \ + file \ + findutils \ + flex \ + flite \ + gallery \ + gawk \ + gcc \ + gdbm \ + gnu-config \ + grep \ + gtk-doc \ + gzip \ + hdparm \ + ifupdown \ + ipkg-utils \ + iptables \ + ircp \ + joe \ + jpeg \ + lcdproc \ + less \ + libao \ + libid3tag \ + liblockfile \ + libmad \ + libmikmod \ + libogg \ + libol \ + libpng \ + libtool \ + libupnp \ + libusb \ + libvorbis \ + litestream \ + lrzsz \ + lsof \ + lvm2 \ + m4 \ + madplay \ + mailx \ + make \ + mdadm \ + mgetty \ + miau \ + microcom \ + minicom \ + modphp \ + mt-daapd \ + mtd-utils \ + mutt \ + nail \ + nano \ + ncftp \ + ncurses \ + netcat \ + nmap \ + ntp \ + openobex-apps \ + openldap \ + openntpd \ + openobex \ + openssh \ + openvpn \ + patch \ + pciutils \ + libpcre \ + perl \ + pkgconfig \ + ppp \ + procps \ + pvrusb2-mci \ + pwc \ + quilt \ + rng-tools \ + rsync \ + sed \ + setpwc \ + setserial \ + smartmontools \ + ssmtp \ + strace \ + streamripper \ + sysfsutils \ + syslog-ng \ + tar \ + thttpd \ + tiff \ + unzip \ + usbutils \ + util-linux \ + vim \ + vlan \ + watchdog \ + wget \ + zip \ + zlib \ + " + +OPENTURBOSTATION_EXTRA_PACKAGES ?= "" + +# The package-index at the end causes regeneration of the Packages.gz and +# other control files. +# openprotium-native \ +DEPENDS = "\ + openprotium-image \ + ${OPENTURBOSTATION_PACKAGES} \ + ${OPENTURBOSTATION_EXTRA_PACKAGES} \ + package-index \ + " |