diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 15:40:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-14 15:40:02 +0000 |
commit | 9089cb99e0cc3cea14ed7ef3d96499e83b6d9f9a (patch) | |
tree | 732509572d148a600a1aadec494b559b1f9d0aba /meta | |
parent | 829f09cfa9b9754345761da6d0bf6af20635d497 (diff) |
introduce bluez-utils-dbus and bluez-utils-nodbus. remove bluez-utils from handheld-common.conf and put it in the respective gpe|opie image.oe
BKrev: 41977c52ZpoMZm09rOlMH4abySOgDg
Diffstat (limited to 'meta')
-rw-r--r-- | meta/meta-gpe.oe | 3 | ||||
-rw-r--r-- | meta/opie-collections.inc | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/meta/meta-gpe.oe b/meta/meta-gpe.oe index f095e27b39..941f33c17a 100644 --- a/meta/meta-gpe.oe +++ b/meta/meta-gpe.oe @@ -1,7 +1,7 @@ PACKAGES = gpe-base-depends gpe-task-base gpe-task-settings gpe-task-pim gpe-task-apps DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r16" +PR = "r17" ALLOW_EMPTY = 1 @@ -13,6 +13,7 @@ RDEPENDS_gpe-base-depends := "${gpe-base-depends}" DEPENDS += " ${gpe-base-depends}" gpe-task-base = "\ + bluez-utils-dbus \ matchbox \ xcursor-transparent-theme \ rxvt-unicode \ diff --git a/meta/opie-collections.inc b/meta/opie-collections.inc index 1b48c3583d..f0d05d6da2 100644 --- a/meta/opie-collections.inc +++ b/meta/opie-collections.inc @@ -37,8 +37,8 @@ OPIE_BASE_DECOS = "opie-deco-flat opie-deco-liquid opie-deco-polished" OPIE_BASE_STYLES = "opie-style-flat opie-style-liquid opie-style-fresh opie-style-metal opie-style-web opie-style-phase" -OPIE_BASE_DEPENDS = "ipkg ntp" -OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset" +OPIE_BASE_DEPENDS = "ipkg ntp bluez-utils-nodbus" +OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset bluez-utils-nodbus" # # Additional things for a standard 16MB distribution |