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/cfengine/cfengine_3.15.0.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-extended/cfengine/cfengine_3.15.0.bb')
| -rw-r--r-- | meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb | 8 |
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 | ||
| 26 | export EXPLICIT_VERSION="${PV}" | 26 | export EXPLICIT_VERSION="${PV}" |
| 27 | 27 | ||
| 28 | SYSTEMD_SERVICE_${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ | 28 | SYSTEMD_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 | " |
| 32 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 32 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
| 33 | 33 | ||
| 34 | PACKAGECONFIG ??= "libpcre openssl \ | 34 | PACKAGECONFIG ??= "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 | ||
| 49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" | 49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" |
| 50 | 50 | ||
| 51 | do_install_append() { | 51 | do_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 | ||
| 72 | RDEPENDS_${PN} += "${BPN}-masterfiles" | 72 | RDEPENDS:${PN} += "${BPN}-masterfiles" |
