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-support/logwarn/logwarn_1.0.14.bb | |
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-support/logwarn/logwarn_1.0.14.bb')
-rw-r--r-- | meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | 8 |
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 | # |
34 | do_configure_prepend () { | 34 | do_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 | # |
42 | do_install_append () { | 42 | do_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 | # |
48 | PACKAGES += "${PN}-nagios" | 48 | PACKAGES += "${PN}-nagios" |
49 | 49 | ||
50 | FILES_${PN}-nagios = "${nonarch_libdir}/nagios" | 50 | FILES:${PN}-nagios = "${nonarch_libdir}/nagios" |
51 | 51 | ||
52 | RDEPENDS_${PN}-nagios += "bash coreutils sed" | 52 | RDEPENDS:${PN}-nagios += "bash coreutils sed" |