Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix for OpenSuse build failure
@ 2011-07-21  1:58 Saul Wold
  2011-07-21  1:58 ` [PATCH 1/1] gettext: Use internal libxml to avoid host contamination Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-07-21  1:58 UTC (permalink / raw)
  To: openembedded-core

Richard,

This fixes a problem with OpenSuse host contamination.

Sau!

The following changes since commit 0d03800caffc2341b74190d38f7a372223c89f4c:

  lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib (2011-07-20 15:43:43 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (1):
  gettext: Use internal libxml to avoid host contamination

 meta/recipes-core/gettext/gettext_0.18.1.1.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] gettext: Use internal libxml to avoid host contamination
  2011-07-21  1:58 [PATCH 0/1] Fix for OpenSuse build failure Saul Wold
@ 2011-07-21  1:58 ` Saul Wold
  2011-07-21  2:14   ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2011-07-21  1:58 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1242]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/gettext/gettext_0.18.1.1.bb |    1 +
 1 files changed, 1 insertions(+), 0 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..e95e674 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -32,6 +32,7 @@ EXTRA_OECONF += "--without-lispdir \
                  --disable-native-java \
                  --disable-openmp \
                  --with-included-glib \
+                 --with-included-libxml \
                  --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
                  --without-emacs \
                  --without-cvs \
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] gettext: Use internal libxml to avoid host contamination
  2011-07-21  1:58 ` [PATCH 1/1] gettext: Use internal libxml to avoid host contamination Saul Wold
@ 2011-07-21  2:14   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2011-07-21  2:14 UTC (permalink / raw)
  To: openembedded-core

On 07/20/2011 06:58 PM, Saul Wold wrote:
> [YOCTO #1242]
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>  meta/recipes-core/gettext/gettext_0.18.1.1.bb |    1 +
>  1 files changed, 1 insertions(+), 0 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..e95e674 100644
> --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> @@ -32,6 +32,7 @@ EXTRA_OECONF += "--without-lispdir \
>                   --disable-native-java \
>                   --disable-openmp \
>                   --with-included-glib \
> +                 --with-included-libxml \
>                   --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
>                   --without-emacs \
>                   --without-cvs \

Better than just DEPENDS libxml2 ala oe.dev?

-- 
Tom Rini
Mentor Graphics Corporation



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-21  2:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21  1:58 [PATCH 0/1] Fix for OpenSuse build failure Saul Wold
2011-07-21  1:58 ` [PATCH 1/1] gettext: Use internal libxml to avoid host contamination Saul Wold
2011-07-21  2:14   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox