All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libbtyesize: Add depends for gettext-native
@ 2019-07-11 14:10 Jason Wessel
  2019-07-11 20:59 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wessel @ 2019-07-11 14:10 UTC (permalink / raw)
  To: openembedded-devel

If the local.conf has set 'USE_NLS = "no"' the build of libbytesize
will fail with the following message:

| configure: error: in `/build/tmp/work/core2-64-poky-linux/libbytesize/1.4-r0/build':
| configure: error: gettext not found
| See `config.log' for more details
| NOTE: The following config.log files may provide further information.
| NOTE: /build/tmp/work/core2-64-poky-linux/libbytesize/1.4-r0/build/config.log
| ERROR: configure failed

The issue is that libbtyesize needs to full version of gettext in
order to configure properly, and not the minimal version which is
provided by default when building with 'USE_NLS = "no"'.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
---
 meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
index 863ce428f..cd67ab1b2 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
@@ -19,6 +19,7 @@ DEPENDS += " \
     libpcre \
     gmp \
     mpfr \
+    gettext-native \
 "
 
 FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"
-- 
2.21.0



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

* Re: [meta-oe][PATCH] libbtyesize: Add depends for gettext-native
  2019-07-11 14:10 [meta-oe][PATCH] libbtyesize: Add depends for gettext-native Jason Wessel
@ 2019-07-11 20:59 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-07-11 20:59 UTC (permalink / raw)
  To: Jason Wessel; +Cc: openembeded-devel

On Thu, Jul 11, 2019 at 7:10 AM Jason Wessel <jason.wessel@windriver.com> wrote:
>
> If the local.conf has set 'USE_NLS = "no"' the build of libbytesize
> will fail with the following message:
>
> | configure: error: in `/build/tmp/work/core2-64-poky-linux/libbytesize/1.4-r0/build':
> | configure: error: gettext not found
> | See `config.log' for more details
> | NOTE: The following config.log files may provide further information.
> | NOTE: /build/tmp/work/core2-64-poky-linux/libbytesize/1.4-r0/build/config.log
> | ERROR: configure failed
>
> The issue is that libbtyesize needs to full version of gettext in
> order to configure properly, and not the minimal version which is
> provided by default when building with 'USE_NLS = "no"'.
>
> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
> ---
>  meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
> index 863ce428f..cd67ab1b2 100644
> --- a/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
> +++ b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb
> @@ -19,6 +19,7 @@ DEPENDS += " \
>      libpcre \
>      gmp \
>      mpfr \
> +    gettext-native \

change is fine but please rebase it on latest master and also the
recipe name has typo in subject.

>  "
>
>  FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2019-07-11 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 14:10 [meta-oe][PATCH] libbtyesize: Add depends for gettext-native Jason Wessel
2019-07-11 20:59 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.