[oe-commits] org.oe.dev openturbostation: Add packages

nail commit openembedded-commits at lists.openembedded.org
Wed Mar 7 16:41:31 UTC 2007


openturbostation: Add packages

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 90400ad96343bd116689ed5d43b10e8bbf0b3577
ViewMTN: http://monotone.openembedded.org/revision.psp?id=90400ad96343bd116689ed5d43b10e8bbf0b3577
Files:
1
packages/meta/openturbostation-packages.bb
Diffs:

#
# mt diff -r8f07b6986b1f181ee50813bc8f348da7b83c14ce -r90400ad96343bd116689ed5d43b10e8bbf0b3577
#
# 
# 
# add_file "packages/meta/openturbostation-packages.bb"
#  content [71b6a59f75d57a4027dc043cb42a356e75d40487]
# 
============================================================
--- packages/meta/openturbostation-packages.bb	71b6a59f75d57a4027dc043cb42a356e75d40487
+++ packages/meta/openturbostation-packages.bb	71b6a59f75d57a4027dc043cb42a356e75d40487
@@ -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 \
+	"






More information about the Openembedded-commits mailing list