diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2017-05-17 14:15:02 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-05 11:01:41 +0200 |
commit | e1b1f8cf320004e3b917ae78e26271352f468051 (patch) | |
tree | 1f038604443c83c8c87b6039a58312129b0d8844 /meta-oe/recipes-extended | |
parent | b063789560bfb9c60a7a15277b5b3a9839b5ba74 (diff) | |
download | meta-openembedded-e1b1f8cf320004e3b917ae78e26271352f468051.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a3aac45dd..45b28c259 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/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d" | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d" |
6 | 6 | ||
7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native" | 7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native gettext-native" |
8 | 8 | ||
9 | SRCREV = "61f116744262c4c18922dcf806e496715f199669" | 9 | SRCREV = "61f116744262c4c18922dcf806e496715f199669" |
10 | PV = "1.6.0" | 10 | PV = "1.6.0" |