[oe-commits] [meta-openembedded] 16/129: rrdtool: add gettext-native dependency

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:10:25 UTC 2017


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

martin_jansa pushed a commit to branch pyro-next
in repository meta-openembedded.

commit ad5d9d60426516ccb8cafcab163bfa5047f2b9d3
Author: Randy MacLeod <randy.macleod at windriver.com>
AuthorDate: Wed May 17 14:15:02 2017 -0400

    rrdtool: add gettext-native dependency
    
    Add gettext-native dependency to use autopoint.
    
    When building rrdtool for a 'tiny' distro, ie one that does
    not have internationalization support in glibc, configure
    fails with the error:
       autoreconf: failed to run autopoint: No such file or directory
    autopoint is part of gettext so add that native dependency.
    This must happen transitively for builds using a regular configuration
    of glibc.
    
    Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
index a3aac45..45b28c2 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
 
-DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native"
+DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native gettext-native"
 
 SRCREV = "61f116744262c4c18922dcf806e496715f199669"
 PV = "1.6.0"

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


More information about the Openembedded-commits mailing list