[oe-commits] [meta-openembedded] 01/02: libbytesize: Add depends for gettext-native

git at git.openembedded.org git at git.openembedded.org
Fri Jul 12 06:19:08 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit da057468d72cbb897e655507aa4401b14005b9a7
Author: Jason Wessel <jason.wessel at windriver.com>
AuthorDate: Thu Jul 11 14:48:36 2019 -0700

    libbytesize: Add depends for gettext-native
    
    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/2.0-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/2.0-r0/build/config.log
    | ERROR: configure failed
    
    The issue is that libbytesize 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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libbytesize/libbytesize_2.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.0.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.0.bb
index 1beb677..74f1800 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.0.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.0.bb
@@ -20,6 +20,7 @@ DEPENDS += " \
     libpcre2 \
     gmp \
     mpfr \
+    gettext-native \
 "
 
 FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list