diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-14 12:48:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-14 12:48:45 +0200 |
commit | 2419aee437204314ad6c00cf2b264a4d6646044a (patch) | |
tree | 0140ecc59f8ccf662202d4fad16e4687f7fac7dc /recipes/angstrom | |
parent | 56fe494547aba6d67973a8e1e3c21fe7a7501dc0 (diff) |
angstrom gpe task-base: gnome-bluetooth now does that gpe-bluetooth and bluez-gnome tried to do, so replace them
Diffstat (limited to 'recipes/angstrom')
-rw-r--r-- | recipes/angstrom/angstrom-gpe-task-base.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/angstrom/angstrom-gpe-task-base.bb b/recipes/angstrom/angstrom-gpe-task-base.bb index 656180d4b3..f2c897dfb7 100644 --- a/recipes/angstrom/angstrom-gpe-task-base.bb +++ b/recipes/angstrom/angstrom-gpe-task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r36" +PR = "r37" inherit task @@ -36,7 +36,6 @@ RDEPENDS_${PN} = "\ gdk-pixbuf-loader-jpeg \ pango-module-basic-x \ pango-module-basic-fc \ - ${@base_contains("COMBINED_FEATURES", "bluetooth", "gpe-bluetooth", "",d)} \ - ${@base_contains("COMBINED_FEATURES", "bluetooth", "bluez-gnome", "",d)} \ + ${@base_contains("COMBINED_FEATURES", "bluetooth", "gnome-bluetooth", "",d)} \ " |