summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.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-extended/cfengine/cfengine_3.15.0.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-extended/cfengine/cfengine_3.15.0.bb')
-rw-r--r--meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb
index 2d146bf88c..38efe6306d 100644
--- a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb
+++ b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb
@@ -25,11 +25,11 @@ inherit autotools-brokensep systemd
25 25
26export EXPLICIT_VERSION="${PV}" 26export EXPLICIT_VERSION="${PV}"
27 27
28SYSTEMD_SERVICE_${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ 28SYSTEMD_SERVICE:${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \
29 cf-runalerts.service cf-execd.service \ 29 cf-runalerts.service cf-execd.service \
30 cf-monitord.service cf-serverd.service \ 30 cf-monitord.service cf-serverd.service \
31" 31"
32SYSTEMD_AUTO_ENABLE_${PN} = "disable" 32SYSTEMD_AUTO_ENABLE:${PN} = "disable"
33 33
34PACKAGECONFIG ??= "libpcre openssl \ 34PACKAGECONFIG ??= "libpcre openssl \
35 ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \ 35 ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \
@@ -48,7 +48,7 @@ PACKAGECONFIG[libcurl] = "--with-libcurl,--without-libcurl,curl,"
48 48
49EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" 49EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet"
50 50
51do_install_append() { 51do_install:append() {
52 install -d ${D}${localstatedir}/${BPN}/bin 52 install -d ${D}${localstatedir}/${BPN}/bin
53 for f in `ls ${D}${bindir}`; do 53 for f in `ls ${D}${bindir}`; do
54 ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/ 54 ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/
@@ -69,4 +69,4 @@ EOF
69 rm -rf ${D}${datadir}/cfengine/modules/packages/zypper 69 rm -rf ${D}${datadir}/cfengine/modules/packages/zypper
70} 70}
71 71
72RDEPENDS_${PN} += "${BPN}-masterfiles" 72RDEPENDS:${PN} += "${BPN}-masterfiles"