aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>2010-08-31 08:25:20 +0200
committerKristoffer Ericson <kristoffer.ericson@jlime.(none)>2010-09-08 14:33:32 +0200
commitb487e344fc79127ae3fba54461e5f8bfba395a3c (patch)
tree315af7873d14fc54be08c0ebbe80c226cb973a21
parent52405b05a859e5856716e5292288253844c6bbaf (diff)
downloadopenembedded-b487e344fc79127ae3fba54461e5f8bfba395a3c.tar.gz
jornada7xx: fix for bug #4951
Added bluez-dtl1-workaround to avoid: * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-base: * bluez-dtl1-workaround * * opkg_install_cmd: Cannot install package task-base.
-rw-r--r--conf/machine/jornada7xx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index 8741eb4ff6..64fca12069 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -9,4 +9,4 @@ require conf/machine/include/tune-strongarm.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
PCMCIA_MANAGER = "pcmciautils"
MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen vfat"
-MACHINE_EXTRA_RDEPENDS = "kernel-modules"
+MACHINE_EXTRA_RDEPENDS = "kernel-modules bluez-dtl1-workaround"