diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-18 12:39:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-18 12:39:53 +0000 |
commit | 0e46d9b1394248e51026326393b3d5e8ce4ea672 (patch) | |
tree | 1a5aa4b861e3db1afb9fd70613bbcab36ddb8c58 | |
parent | 48bc9563ce82fa7602fa718282c8df5dce871136 (diff) |
task-angstrom-x11: ship bluez-gnome for device with bluetooth, since gpe-bluetooth doesn't provide a pass-agent that works with a recent bluez
-rw-r--r-- | packages/angstrom/task-angstrom-x11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/angstrom/task-angstrom-x11.bb b/packages/angstrom/task-angstrom-x11.bb index c7ac97d2e5..95fb0cf0c6 100644 --- a/packages/angstrom/task-angstrom-x11.bb +++ b/packages/angstrom/task-angstrom-x11.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r26" +PR = "r27" ALLOW_EMPTY = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -52,6 +52,7 @@ RDEPENDS_angstrom-gpe-task-base := "\ pango-module-basic-x \ pango-module-basic-fc \ ${@base_contains("COMBINED_FEATURES", "bluetooth", "gpe-bluetooth", "",d)} \ + ${@base_contains("COMBINED_FEATURES", "bluetooth", "bluez-gnome", "",d)} \ " RDEPENDS_angstrom-gpe-task-pim := "\ |