mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:02:33 +00:00
rrdtool: add missing dependency on groff-native
rrdtool needs groff-native to format the documentation. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a88ed1d7a8
commit
29d4fc8895
@ -4,7 +4,7 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
|
||||||
|
|
||||||
DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2"
|
DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native"
|
||||||
|
|
||||||
SRCREV = "1850e00a17e25e93c39e608f4e2da50f29c5c712"
|
SRCREV = "1850e00a17e25e93c39e608f4e2da50f29c5c712"
|
||||||
PV = "1.4.8"
|
PV = "1.4.8"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user