Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
@ 2017-07-11 15:57 Lev Iserovich
  2017-07-11 17:23 ` Leonardo Sandoval
  2017-07-12 10:03 ` Burton, Ross
  0 siblings, 2 replies; 6+ messages in thread
From: Lev Iserovich @ 2017-07-11 15:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Lev Iserovich

From: Lev Iserovich <iserovil@deshawresearch.com>

Libasprintf was included in gettext 0.16 recipe, but omitted for some reason
in 0.19. This turns it back on.

Signed-off-by: Lev Iserovich <lev.iserovich@deshawresearch.com>
---
 meta/recipes-core/gettext/gettext_0.19.8.1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
index c2059e6..c7c81ee 100644
--- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
@@ -28,7 +28,6 @@ inherit autotools texinfo
 
 EXTRA_OECONF += "--without-lispdir \
                  --disable-csharp \
-                 --disable-libasprintf \
                  --disable-java \
                  --disable-native-java \
                  --disable-openmp \
@@ -81,7 +80,7 @@ FILES_gettext-runtime = "${bindir}/gettext \
                          ${bindir}/ngettext \
                          ${bindir}/envsubst \
                          ${bindir}/gettext.sh \
-                         ${libdir}/libasprintf.so* \
+                         ${libdir}/libasprintf${SODEV} \
                          ${libdir}/GNU.Gettext.dll \
                         "
 FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
@ 2017-07-10 20:37 Lev Iserovich
  0 siblings, 0 replies; 6+ messages in thread
From: Lev Iserovich @ 2017-07-10 20:37 UTC (permalink / raw)
  To: openembedded-core

Libasprintf was included in gettext 0.16 recipe, but omitted for some reason
in 0.19. This turns it back on.

Signed-off-by: Lev Iserovich <lev.iserovich@deshawresearch.com>
---
  meta/recipes-core/gettext/gettext_0.19.8.1.bb | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb 
b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
index c2059e6..c7c81ee 100644
--- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
@@ -28,7 +28,6 @@ inherit autotools texinfo

  EXTRA_OECONF += "--without-lispdir \
                   --disable-csharp \
-                 --disable-libasprintf \
                   --disable-java \
                   --disable-native-java \
                   --disable-openmp \
@@ -81,7 +80,7 @@ FILES_gettext-runtime = "${bindir}/gettext \
                           ${bindir}/ngettext \
                           ${bindir}/envsubst \
                           ${bindir}/gettext.sh \
-                         ${libdir}/libasprintf.so* \
+                         ${libdir}/libasprintf${SODEV} \
                           ${libdir}/GNU.Gettext.dll \
                          "
  FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \
-- 
2.7.1



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

end of thread, other threads:[~2017-07-12 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 15:57 [PATCH] gettext: Enable generation of libasprintf in gettext 0.19 Lev Iserovich
2017-07-11 17:23 ` Leonardo Sandoval
2017-07-12 10:03 ` Burton, Ross
2017-07-12 14:31   ` Lev Iserovich
2017-07-12 16:22     ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2017-07-10 20:37 Lev Iserovich

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