summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libstatgrab
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libstatgrab
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libstatgrab')
-rw-r--r--meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb
index a47d3bf000..3f15a259bf 100644
--- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb
+++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7DEPENDS = "ncurses" 7DEPENDS = "ncurses"
8 8
9PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg " 9PACKAGES:prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg "
10 10
11# don't use the git tag unless docbooc2x is available to build the manpages 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/libstatgrab-0.92.tar.gz \ 12SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \
@@ -27,9 +27,9 @@ PACKAGECONFIG[logging] = "--enable-logging,--disable-logging,"
27 27
28inherit autotools pkgconfig 28inherit autotools pkgconfig
29 29
30FILES_statgrab = "${bindir}/statgrab" 30FILES:statgrab = "${bindir}/statgrab"
31FILES_statgrab-dbg = "${bindir}/.debug/statgrab" 31FILES:statgrab-dbg = "${bindir}/.debug/statgrab"
32FILES_saidar = "${bindir}/saidar" 32FILES:saidar = "${bindir}/saidar"
33FILES_saidar-dbg = "${bindir}/.debug/saidar" 33FILES:saidar-dbg = "${bindir}/.debug/saidar"
34FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" 34FILES:${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index"
35RDEPENDS_${PN}-mrtg_append = " perl statgrab" 35RDEPENDS:${PN}-mrtg:append = " perl statgrab"