mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
rrdtool: adding the capability of native-builds to get rrdtool-oo in meta-cpan running
An additional layer for Perl modules from cpan (https://github.com/rehsack/meta-cpan) provides additional modules for dealing with rrd files: RRDTool::OO from Michael Schili. This extension requires an executable version of rrdtool. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
bf7d1ab47f
commit
c04f105227
@@ -17,6 +17,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools-brokensep gettext pythonnative perlnative python-dir cpan-base systemd
|
inherit autotools-brokensep gettext pythonnative perlnative python-dir cpan-base systemd
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "rrdcached.socket rrdcached.service"
|
SYSTEMD_SERVICE_${PN} = "rrdcached.socket rrdcached.service"
|
||||||
|
|
||||||
EXTRA_AUTORECONF = "-I m4"
|
EXTRA_AUTORECONF = "-I m4"
|
||||||
|
|||||||
Reference in New Issue
Block a user