From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] clutter: get dependency to json-glib to work
Date: Mon, 14 Feb 2011 10:25:40 -0700 [thread overview]
Message-ID: <4D596594.5020907@mentor.com> (raw)
In-Reply-To: <1297667657-24563-1-git-send-email-schnitzeltony@gmx.de>
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
prev parent reply other threads:[~2011-02-14 17:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 7:14 [PATCH] clutter: get dependency to json-glib to work Andreas Mueller
2011-02-14 17:25 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D596594.5020907@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.