summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
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-support/logwarn/logwarn_1.0.14.bb
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-support/logwarn/logwarn_1.0.14.bb')
-rw-r--r--meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
index 5ae36bb67..3549cb215 100644
--- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
+++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
@@ -31,7 +31,7 @@ CACHED_CONFIGUREVARS += " \
31 31
32# Make sure some files exist for autoreconf. 32# Make sure some files exist for autoreconf.
33# 33#
34do_configure_prepend () { 34do_configure:prepend () {
35 touch ${S}/NEWS 35 touch ${S}/NEWS
36 touch ${S}/ChangeLog 36 touch ${S}/ChangeLog
37 touch ${S}/README 37 touch ${S}/README
@@ -39,7 +39,7 @@ do_configure_prepend () {
39 39
40# Create a directory for logfile state info, usually under /var/lib. 40# Create a directory for logfile state info, usually under /var/lib.
41# 41#
42do_install_append () { 42do_install:append () {
43 install -d ${D}${lcl_default_state_dir} 43 install -d ${D}${lcl_default_state_dir}
44} 44}
45 45
@@ -47,6 +47,6 @@ do_install_append () {
47# 47#
48PACKAGES += "${PN}-nagios" 48PACKAGES += "${PN}-nagios"
49 49
50FILES_${PN}-nagios = "${nonarch_libdir}/nagios" 50FILES:${PN}-nagios = "${nonarch_libdir}/nagios"
51 51
52RDEPENDS_${PN}-nagios += "bash coreutils sed" 52RDEPENDS:${PN}-nagios += "bash coreutils sed"