summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-12 20:44:07 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-13 01:17:26 -0800
commit4905fd84ef21539be4f0ce363443ff6adf0d8521 (patch)
tree99697d460164c065d7ee40234adab3e608e3ea37 /meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb
parentc10e76aa19888d253505a8f8d509b66b0f79bee9 (diff)
downloadmeta-openembedded-4905fd84ef21539be4f0ce363443ff6adf0d8521.tar.gz
libstatgrab: update 0.92 -> 0.92.1
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb')
-rw-r--r--meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb
new file mode 100644
index 0000000000..61f159c574
--- /dev/null
+++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "Utilities to collect and visualise system statistics"
2HOMEPAGE = "http://www.i-scream.org/libstatgrab/"
3
4LICENSE = "GPL-2.0+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7DEPENDS = "ncurses"
8
9PACKAGES:prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg "
10
11# don't use the git tag unless docbooc2x is available to build the manpages
12SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92_1/libstatgrab-${PV}.tar.gz \
13 "
14SRC_URI[sha256sum] = "5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11"
15
16UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
17
18# Perl5 is for tests only
19EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts"
20
21# use with caution - default properties are configured to trace
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[log4cplus] = "--with-log4cplus,--without-log4cplus,log4cplus"
24PACKAGECONFIG[logging] = "--enable-logging,--disable-logging,"
25
26inherit autotools pkgconfig
27
28FILES:statgrab = "${bindir}/statgrab"
29FILES:statgrab-dbg = "${bindir}/.debug/statgrab"
30FILES:saidar = "${bindir}/saidar"
31FILES:saidar-dbg = "${bindir}/.debug/saidar"
32FILES:${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index"
33RDEPENDS:${PN}-mrtg:append = " perl statgrab"