[oe-commits] org.oe.dev task-base: also install bluez-utils-compat in task-base-bluetooth

koen commit openembedded-commits at lists.openembedded.org
Tue Jul 24 14:04:21 UTC 2007


task-base: also install bluez-utils-compat in task-base-bluetooth

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 28e5885cc223a5b50756427564336ed39035d498
ViewMTN: http://monotone.openembedded.org/revision.psp?id=28e5885cc223a5b50756427564336ed39035d498
Files:
1
packages/tasks/task-base.bb
Diffs:

#
# mt diff -rf185acec03725b0c1dc9ed3de7d14d70fd13b038 -r28e5885cc223a5b50756427564336ed39035d498
#
# 
# 
# patch "packages/tasks/task-base.bb"
#  from [2b89141c35420f2a2ec89ff47305e1e4034c4067]
#    to [fe2979cb73be668163bfcc4d8438f2aef96d197b]
# 
============================================================
--- packages/tasks/task-base.bb	2b89141c35420f2a2ec89ff47305e1e4034c4067
+++ packages/tasks/task-base.bb	fe2979cb73be668163bfcc4d8438f2aef96d197b
@@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro 
 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 \






More information about the Openembedded-commits mailing list