summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/esmtp/esmtp_1.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
index 9fb817b498..663161a9bc 100644
--- a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
+++ b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb
@@ -18,9 +18,11 @@ EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"
18 18
19inherit autotools update-alternatives 19inherit autotools update-alternatives
20 20
21ALTERNATIVE_${PN} += "mailq newaliases" 21ALTERNATIVE_${PN} += "sendmail mailq newaliases"
22ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" 22ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq"
23ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" 23ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases"
24ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
25ALTERNATIVE_TARGET[sendmail] = "${bindir}/esmtp"
24 26
25ALTERNATIVE_PRIORITY = "10" 27ALTERNATIVE_PRIORITY = "10"
26 28