]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-base:added dtl1_cs workaround for 'bluetooth' FEATURE and more modules for ...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 09:02:18 +0000 (09:02 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 09:02:18 +0000 (09:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3915 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-base.bb

index c943d7c1edd32ad36f272a0ef00861195a04291e..ed5e698bb5b34a09293a261daff4a80c79903881 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r48"
+PR = "r49"
 
 PROVIDES = "${PACKAGES}"
 PACKAGES = ' \
@@ -202,7 +202,11 @@ RRECOMMENDS_task-base-bluetooth = "\
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetooth3c-cs', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \
     ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \
-    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)}"
+    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \
+    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'bluez-dtl1-workaround', '',d)} \
+    "
+# bluez-dtl1-workaround above is workaround for bitbake not handling DEPENDS on it in
+# kernel.bbclass. It should be there as long as kernel-module-dtl1-cs is, but not longer.
 
 RDEPENDS_task-base-irda = "\
     irda-utils"
@@ -279,6 +283,8 @@ RRECOMMENDS_task-base-wifi = "\
     kernel-module-ieee80211-crypt-wep \
     kernel-module-ecb \
     kernel-module-arc4 \
+    kernel-module-crypto_algapi \
+    kernel-module-cryptomgr \
     kernel-module-michael-mic \
     kernel-module-aes"