diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libstatgrab | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 14 |
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 | ||
| 7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
| 8 | 8 | ||
| 9 | PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg " | 9 | PACKAGES: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 |
| 12 | SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \ | 12 | SRC_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 | ||
| 28 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |
| 29 | 29 | ||
| 30 | FILES_statgrab = "${bindir}/statgrab" | 30 | FILES:statgrab = "${bindir}/statgrab" |
| 31 | FILES_statgrab-dbg = "${bindir}/.debug/statgrab" | 31 | FILES:statgrab-dbg = "${bindir}/.debug/statgrab" |
| 32 | FILES_saidar = "${bindir}/saidar" | 32 | FILES:saidar = "${bindir}/saidar" |
| 33 | FILES_saidar-dbg = "${bindir}/.debug/saidar" | 33 | FILES:saidar-dbg = "${bindir}/.debug/saidar" |
| 34 | FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" | 34 | FILES:${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" |
| 35 | RDEPENDS_${PN}-mrtg_append = " perl statgrab" | 35 | RDEPENDS:${PN}-mrtg:append = " perl statgrab" |
