From: Saul Wold <sgw@linux.intel.com>
To: Chris Tapp <opensource@keylevel.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: gettext.bb question
Date: Wed, 09 May 2012 15:52:22 -0700 [thread overview]
Message-ID: <4FAAF526.4090802@linux.intel.com> (raw)
In-Reply-To: <2BC681BE-E7C5-4CDD-8E03-7E567D5A8288@keylevel.com>
On 05/09/2012 02:39 PM, Chris Tapp wrote:
> Looking at gettext_0.18.1.1.bb in 7.0.0 I see:
>
> PROVIDES = "virtual/libintl virtual/gettext"
> PROVIDES_virtclass-native = "virtual/gettext-native"
>
> makes sense so far. However, I also see:
>
> DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
> DEPENDS_virtclass-native = "libxml2-native gettext-minimal-native"
>
> What does -native in the DEPENDS= 'do' here?
>
It sets the DEPENDS correctly for the gettext-native build, gettext uses
BB_CLASSEXTEND and that would normally look at the DEPENDS line and
automagically add -native to that list, we don't want to do that in this
case so it's hard coded.
Sau!
> Chris Tapp
>
> opensource@keylevel.com
> www.keylevel.com
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
next prev parent reply other threads:[~2012-05-09 22:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-09 21:39 gettext.bb question Chris Tapp
2012-05-09 22:52 ` Saul Wold [this message]
2012-05-10 3:26 ` Khem Raj
2012-05-10 19:05 ` Chris Tapp
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=4FAAF526.4090802@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=opensource@keylevel.com \
--cc=yocto@yoctoproject.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.