aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/meta/slugos-packages.bb27
1 files changed, 12 insertions, 15 deletions
diff --git a/recipes/meta/slugos-packages.bb b/recipes/meta/slugos-packages.bb
index 20354e999f..0e4ff8b9c6 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 \
"