Openembedded Core Discussions
 help / color / mirror / Atom feed
* [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

* [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

* Re: [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Leonardo Sandoval @ 2017-07-11 17:23 UTC (permalink / raw)
  To: Lev Iserovich; +Cc: Lev Iserovich, openembedded-core

On Tue, 2017-07-11 at 11:57 -0400, Lev Iserovich wrote:
> From: Lev Iserovich <iserovil@deshawresearch.com>
> 

next type, in case you need to send a second (or third..) revision,
include the 'v2' label after the '[PATCH ' string the subject line.

BTW, this time patchtest did not complain :)

Leo


> 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	[flat|nested] 6+ messages in thread

* Re: [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2017-07-12 10:03 UTC (permalink / raw)
  To: Lev Iserovich; +Cc: Lev Iserovich, OE-core

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

On 11 July 2017 at 16:57, Lev Iserovich <lev.iserovich@deshawresearch.com>
wrote:

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

As this pulls C++ libraries into the core package, can it be split out like
the other libraries?

Ross

[-- Attachment #2: Type: text/html, Size: 756 bytes --]

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

* Re: [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
  2017-07-12 10:03 ` Burton, Ross
@ 2017-07-12 14:31   ` Lev Iserovich
  2017-07-12 16:22     ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Lev Iserovich @ 2017-07-12 14:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/html, Size: 1578 bytes --]

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

* Re: [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
  2017-07-12 14:31   ` Lev Iserovich
@ 2017-07-12 16:22     ` Burton, Ross
  0 siblings, 0 replies; 6+ messages in thread
From: Burton, Ross @ 2017-07-12 16:22 UTC (permalink / raw)
  To: Lev Iserovich; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

On 12 July 2017 at 15:31, Lev Iserovich <Lev.Iserovich@deshawresearch.com>
wrote:

> As this pulls C++ libraries into the core package, can it be split out
> like the other libraries?
>
> Sure, I can do that - can you point to some prior art for how this is
> generally done?
>

Add the package name to PACKAGES and fiddle FILES to put the bits in the
right place. gettext already does this for some other libraries.

Ross

[-- Attachment #2: Type: text/html, Size: 919 bytes --]

^ permalink raw reply	[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