git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52145ec
)
clutter: get dependency to json-glib to work
author
Andreas Müller
<schnitzeltony@gmx.de>
Mon, 14 Feb 2011 15:14:17 +0000
(15:14 +0000)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 14 Feb 2011 17:22:07 +0000
(10:22 -0700)
* 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@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/clutter/clutter_1.4.2.bb
patch
|
blob
|
history
diff --git
a/recipes/clutter/clutter_1.4.2.bb
b/recipes/clutter/clutter_1.4.2.bb
index
12b6eb5
..
08e52d5
100644
(file)
--- 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"
+
STD
DEPENDS += "json-glib"
PR = "${INC_PR}.1"