* [PATCH] clutter: get dependency to json-glib to work
@ 2011-02-14 7:14 Andreas Mueller
2011-02-14 17:25 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Mueller @ 2011-02-14 7:14 UTC (permalink / raw)
To: openembedded-devel
* 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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clutter: get dependency to json-glib to work
2011-02-14 7:14 [PATCH] clutter: get dependency to json-glib to work Andreas Mueller
@ 2011-02-14 17:25 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2011-02-14 17:25 UTC (permalink / raw)
To: openembedded-devel
On 02/14/2011 12:14 AM, Andreas Mueller wrote:
> * 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>
> ---
> 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"
>
Applied, thanks.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-14 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 7:14 [PATCH] clutter: get dependency to json-glib to work Andreas Mueller
2011-02-14 17:25 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox