[oe-commits] Andreas Müller : clutter: get dependency to json-glib to work

git version control git at git.openembedded.org
Mon Feb 14 17:24:38 UTC 2011


Module: openembedded.git
Branch: master
Commit: 907bd09fef87c02ce631083f7c5b0898b8fec56d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=907bd09fef87c02ce631083f7c5b0898b8fec56d

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Mon Feb 14 15:14:17 2011 +0000

clutter: get dependency to json-glib to work

* 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>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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"
 





More information about the Openembedded-commits mailing list