[oe-commits] [meta-openembedded] 23/24: libstatgrab: add recipe for libstatgrab-0.92

git at git.openembedded.org git at git.openembedded.org
Fri Sep 13 16:26:47 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ecf4df6ad7edf63828e868043942bdd7ffbc4f16
Author: Jens Rehsack <sno at netbsd.org>
AuthorDate: Fri Sep 13 16:05:33 2019 +0200

    libstatgrab: add recipe for libstatgrab-0.92
    
    With the recent update at begin of summer, which includes the fix
    for nxp bsp issues, it's time to bring libstatgrab to more people
    than the few who use it in datacenter monitoring.
    
    Language bindings will follow once base library is settled.
    
    Signed-off-by: Jens Rehsack <sno at netbsd.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libstatgrab/libstatgrab_0.92.bb                | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb
new file mode 100644
index 0000000..ab08d8b
--- /dev/null
+++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Utilities to collect and visualise system statistics"
+HOMEPAGE = "http://www.i-scream.org/libstatgrab/"
+
+LICENSE = "GPL-2.0+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "ncurses"
+
+PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg "
+
+SRCREV = "fa7e1d9fe76c3a1a7ade264c746b3f5edc566f3b"
+SRC_URI = "git://github.com/libstatgrab/libstatgrab.git \
+          "
+# Perl5 is for tests only
+EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+FILES_statgrab = "${bindir}/statgrab"
+FILES_statgrab-dbg = "${bindir}/.debug/statgrab"
+FILES_saidar = "${bindir}/saidar"
+FILES_saidar-dbg = "${bindir}/.debug/saidar"
+FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index"
+RDEPENDS_${PN}-mrtg_append = "perl statgrab"

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


More information about the Openembedded-commits mailing list