[oe] [PATCH] task-fso-compliance: depend on fso-abyss

Antonio Ospite ospite at studenti.unina.it
Thu Mar 25 22:21:18 UTC 2010


fso-console-image fails in do_rootfs with this message:
| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies \
     for task-fso-compliance:
|  *    fso-abyss *

See also http://bugs.openembedded.org/show_bug.cgi?id=5385

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
---
 recipes/tasks/task-fso-compliance.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
index e1776a8..50230f0 100644
--- a/recipes/tasks/task-fso-compliance.bb
+++ b/recipes/tasks/task-fso-compliance.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The freesmartphone.org framework -- install this task to make you
 SECTION = "fso/base"
 LICENSE = "MIT"
 PV = "1.0"
-PR = "r8"
+PR = "r9"
 
 inherit task
 
@@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
 #  fso-apmd \
   fso-gpsd \
 #  fso-monitord \
+  fso-abyss \
   connman \
   connman-scripts \
 #  connman-plugin-bluetooth \
-- 
1.7.0.3





More information about the Openembedded-devel mailing list