[oe-commits] Filip Zyzniewski : jornada7xx: fix for bug #4951

git version control git at git.openembedded.org
Wed Sep 8 12:33:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b487e344fc79127ae3fba54461e5f8bfba395a3c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b487e344fc79127ae3fba54461e5f8bfba395a3c

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Tue Aug 31 08:25:20 2010 +0200

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.

---

 conf/machine/jornada7xx.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index 8741eb4..64fca12 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"





More information about the Openembedded-commits mailing list