mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c7d2ad2e3e
commit
ad5d9d6042
@@ -4,7 +4,7 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
|
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"
|
SRCREV = "61f116744262c4c18922dcf806e496715f199669"
|
||||||
PV = "1.6.0"
|
PV = "1.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user