From: Koen Kooi Date: Tue, 24 Jul 2007 13:55:35 +0000 (+0000) Subject: task-base: also install bluez-utils-compat in task-base-bluetooth X-Git-Tag: Release-2010-05/1~8868^2~80^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e396177148415788c33f161e160d494b40ab1efa;p=openembedded.git task-base: also install bluez-utils-compat in task-base-bluetooth --- diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index 368e9374d2..84c3610b8f 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r40" +PR = "r41" DEPENDS = "task-boot" PROVIDES = "${PACKAGES}" @@ -223,9 +223,13 @@ task-base-pcmcia26 = "\ ${@base_contains('DISTRO_FEATURES', 'wifi', 'kernel-module-hostap-cs', '',d)} \ ${@base_contains('DISTRO_FEATURES', 'wifi', 'kernel-module-spectrum-cs', '',d)}" +# Provide bluez-utils-compat utils for the time being, the binaries in that package will vanish soon from upstream releases, so beware! + RDEPENDS_task-base-bluetooth = "\ blueprobe \ - bluez-utils" + bluez-utils \ + bluez-utils-compat \ + " RRECOMMENDS_task-base-bluetooth = "\ kernel-module-bluetooth \