Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Graeme Gregory <dp@xora.org.uk>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] gettext.bbclass: Add virtclass DEPENDS prepends
Date: Fri, 11 Mar 2011 14:40:05 +0000	[thread overview]
Message-ID: <4D7A3445.3010804@xora.org.uk> (raw)
In-Reply-To: <1299778654-14912-1-git-send-email-tom_rini@mentor.com>

Looks sensible to me

Acked-by: Graeme Gregory <dp@xora.org.uk>

G

On 10/03/2011 17:37, Tom Rini wrote:
> With BBCLASSEXTEND recipes which also modify DEPENDS_virtclass-native
> gettext.bbclass is otherwise not working and gettext-native isn't
> added.  So we need to have a DEPENDS_virtclass-$foo_prepend to
> make sure GETTEXT_DEPENDS gets in.
> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
>  classes/gettext.bbclass |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/classes/gettext.bbclass b/classes/gettext.bbclass
> index 6c480b5..2303311 100644
> --- a/classes/gettext.bbclass
> +++ b/classes/gettext.bbclass
> @@ -14,4 +14,7 @@ python () {
>  DEPENDS_GETTEXT = "gettext-native virtual/libiconv virtual/libintl"
>  
>  DEPENDS =+ "${DEPENDS_GETTEXT}"
> +DEPENDS_virtclass-native_prepend = "${DEPENDS_GETTEXT} "
> +DEPENDS_virtclass-nativesdk_prepend = "${DEPENDS_GETTEXT} "
> +DEPENDS_virtclass-cross_prepend = "${DEPENDS_GETTEXT} "
>  EXTRA_OECONF += "--enable-nls"




      reply	other threads:[~2011-03-11 14:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 17:37 [PATCH] gettext.bbclass: Add virtclass DEPENDS prepends Tom Rini
2011-03-11 14:40 ` Graeme Gregory [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=4D7A3445.3010804@xora.org.uk \
    --to=dp@xora.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox