[oe] [PATCH] clutter: get dependency to json-glib to work

Andreas Mueller schnitzeltony at gmx.de
Mon Feb 14 07:14:17 UTC 2011


* Error on fresh tmp build was
* | checking for installed JSON-GLib... configure: error: not found
* | ERROR: Function do_configure failed

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
---
 recipes/clutter/clutter_1.4.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/clutter/clutter_1.4.2.bb b/recipes/clutter/clutter_1.4.2.bb
index 12b6eb5..08e52d5 100644
--- a/recipes/clutter/clutter_1.4.2.bb
+++ b/recipes/clutter/clutter_1.4.2.bb
@@ -1,6 +1,6 @@
 require clutter.inc
 
-DEPENDS += "json-glib"
+STDDEPENDS += "json-glib"
 
 PR = "${INC_PR}.1"
 
-- 
1.7.2.3





More information about the Openembedded-devel mailing list