[oe] [PATCH] paroli: depend just on edbus, not on edbus-ehal

Antonio Ospite ospite at studenti.unina.it
Fri Apr 9 19:32:32 UTC 2010


edbus-ehal is not available anywhere in current metadata, just depend on
edbus to make images which include paroli build.

See also http://tinderbox.openembedded.org/packages/544404/

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
---
This fixes an issue when building fso-zhone-image:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for paroli:
 * 	edbus-ehal * 

I was not sure if dropping the dependency entirely was safe so I went for a
less invasive change, it works but please check.

Thanks,
   Antonio Ospite
   http://ao2.it

 recipes/openmoko-projects/paroli_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 8b071f7..9dc232f 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -24,7 +24,7 @@ RDEPENDS = "\
   task-fso-compliance \
   elementary \
   elementary-themes \
-  edbus-ehal \
+  edbus \
 "
 
 E_CONFIG_DIR="/usr/share/enlightenment/data"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list