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 /conf/machine | |
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 'conf/machine')
-rw-r--r-- | conf/machine/handheld-common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index 5e3bafacf2..e9ceb7272b 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -17,8 +17,8 @@ input uinput \ " # Configuration bits for "generic handheld" -BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp bluez-utils wireless-tools irda-utils openswan" +BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm irda-utils" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools openswan ${@linux_module_packages('${HANDHELD_MODULES}')}" +BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools openswan ${@linux_module_packages('${HANDHELD_MODULES}')}" INHERIT += "linux_modules" |