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-networking/recipes-support/ssmtp | |
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-networking/recipes-support/ssmtp')
-rw-r--r-- | meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb index bae29aa80e..decac0c2b3 100644 --- a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb +++ b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OEMAKE = "GEN_CONFIG='/bin/true'" | |||
25 | 25 | ||
26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" | 26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | install -d ${D}${mandir}/ | 29 | install -d ${D}${mandir}/ |
30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ | 30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ |
31 | rmdir ${D}${exec_prefix}/man | 31 | rmdir ${D}${exec_prefix}/man |
@@ -36,7 +36,7 @@ do_install_append () { | |||
36 | 36 | ||
37 | ALTERNATIVE_PRIORITY_${PN} = "100" | 37 | ALTERNATIVE_PRIORITY_${PN} = "100" |
38 | 38 | ||
39 | ALTERNATIVE_${PN} = "mailq newaliases sendmail" | 39 | ALTERNATIVE:${PN} = "mailq newaliases sendmail" |
40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" | 41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" |
42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" | 42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" |