[oe-commits] Mike Westerhof : SlugOS: slugos-packages - add dbus and bluez-libs

git version control git at git.openembedded.org
Sat Jul 3 04:13:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 25b8bc104c66538f2f08552011046f8560f95ae1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=25b8bc104c66538f2f08552011046f8560f95ae1

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Jul  2 23:12:30 2010 -0500

SlugOS: slugos-packages - add dbus and bluez-libs
and documentation changes for unbuildable/broken packages.

---

 recipes/meta/slugos-packages.bb |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/recipes/meta/slugos-packages.bb b/recipes/meta/slugos-packages.bb
index 20354e9..0e4ff8b 100644
--- a/recipes/meta/slugos-packages.bb
+++ b/recipes/meta/slugos-packages.bb
@@ -5,7 +5,7 @@
 DESCRIPTION = "Packages that are compatible with the SlugOS firmware"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r67"
+PR = "r68"
 CONFLICTS = "db3"
 
 COMPATIBLE_MACHINE = "nslu2|ixp4xx"
@@ -46,6 +46,7 @@ SLUGOS_PACKAGES = "\
 	bind \
 	binutils \
 	bison \
+	bluez-libs \
 	bogofilter \
 	bonnie++ \
 	boost \
@@ -62,6 +63,7 @@ SLUGOS_PACKAGES = "\
 	curl \
 	cvs \
 	db \
+	dbus \
 	devio \
 	devlabel \
 	diffstat \
@@ -224,29 +226,24 @@ SLUGOS_PACKAGES = "\
 	zlib \
 	"
 
-# Packages that pull in dbus, which pulls in X11 libs.
-SLUGOS_DBUS_PACKAGES = "\
+# Packages that may pull in X11 libs.  We need to consider
+# if these are practical.
+SLUGOS_X11_PACKAGES = "\
+	bluez-hcidump \
+	bluez4 \
 	cups \
 	gpsd \
 	ircp \
+	libao \
+	mpd \
+	netatalk \
 	obexftp \
 	obexpush \
 	openobex-apps \
 	openobex \
 	rtorrent \
-	task-mokogateway-everything \
-	"
-
-
-# Packages that pull in X11 libs (impractical packages).
-# These are not built by default any more.
-SLUGOS_X11_PACKAGES = "\
-	bluez-hcidump \
-	bluez4 \
-	libao \
-	mpd \
-	netatalk \
 	sane-backends \
+	task-mokogateway-everything \
 	wireshark \
 	"
 





More information about the Openembedded-commits mailing list