* [PATCH 0/1] gettext: Get gettext use its own libunistring
@ 2012-02-14 7:56 wenzong.fan
2012-02-14 7:56 ` [PATCH 1/1] " wenzong.fan
0 siblings, 1 reply; 2+ messages in thread
From: wenzong.fan @ 2012-02-14 7:56 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
gettext needs the libunistring, just add the configure option to get
it use its own internal version(--with-included-libunistring)
[yocto#1934]
The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67:
Lianhao Lu (1):
guile: fix cross configure failure
are available in the git repository at:
git://git.pokylinux.org/poky-contrib wenzong/1934
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/1934
Wenzong Fan (1):
gettext: Get gettext use its own libunistring
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] gettext: Get gettext use its own libunistring
2012-02-14 7:56 [PATCH 0/1] gettext: Get gettext use its own libunistring wenzong.fan
@ 2012-02-14 7:56 ` wenzong.fan
0 siblings, 0 replies; 2+ messages in thread
From: wenzong.fan @ 2012-02-14 7:56 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
According to its documentation, gettext 0.18.1.1 needs either
libunistring or it will use its own internal version. Just add
a configure option '--with-included-libunistring' to force the
latter to avoid races.
[YOCTO#1934]
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 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 615582e..3c65dca 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "GPL-3+ & LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PR = "r6"
+PR = "r7"
DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native"
PROVIDES = "virtual/libintl virtual/gettext"
@@ -38,6 +38,7 @@ EXTRA_OECONF += "--without-lispdir \
--without-git \
--with-included-libxml \
--with-included-libcroco \
+ --with-included-libunistring \
"
acpaths = '-I ${S}/gettext-runtime/m4 \
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-14 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 7:56 [PATCH 0/1] gettext: Get gettext use its own libunistring wenzong.fan
2012-02-14 7:56 ` [PATCH 1/1] " wenzong.fan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox