From: Phil Blundell <philb@gnu.org>
To: Saul Wold <sgw@linux.intel.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2 1/1] gettext: Add depends to gettext to avoid host contamination
Date: Tue, 25 Sep 2012 15:25:21 +0100 [thread overview]
Message-ID: <1348583122.31293.76.camel@phil-desktop> (raw)
In-Reply-To: <bbc5129ecdec37a4ebf62f3b43e0f0e0a64210f9.1311232435.git.sgw@linux.intel.com>
Can you clarify what exactly is the host contamination issue here? I
don't quite understand why it's appropriate for the target gettext to be
depending on libxml2-native (which it presumably can't be linking
against). Also, since gettext-native is configured --with-included-xml,
it doesn't seem as though that one is going to be using libxml2-native
in any meaningful sense either.
thanks
p.
On Thu, 2011-07-21 at 00:15 -0700, Saul Wold wrote:
> [YOCTO #1242]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-core/gettext/gettext_0.18.1.1.bb | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> index 0b11a90..cc0129f 100644
> --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> @@ -5,9 +5,9 @@ SECTION = "libs"
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
> -PR = "r1"
> -DEPENDS = "gettext-native virtual/libiconv ncurses expat"
> -DEPENDS_virtclass-native = ""
> +PR = "r2"
> +DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
> +DEPENDS_virtclass-native = "libxml2-native"
> PROVIDES = "virtual/libintl virtual/gettext"
> PROVIDES_virtclass-native = ""
> CONFLICTS_${PN} = "proxy-libintl"
next prev parent reply other threads:[~2012-09-25 14:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-21 7:15 [PATCH v2 0/1] Fix for OpenSuse build failure Saul Wold
2011-07-21 7:15 ` [PATCH v2 1/1] gettext: Add depends to gettext to avoid host contamination Saul Wold
2012-09-25 14:25 ` Phil Blundell [this message]
2012-09-26 11:01 ` Richard Purdie
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=1348583122.31293.76.camel@phil-desktop \
--to=philb@gnu.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgw@linux.intel.com \
/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