summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/msmtp')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.4.24.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
index 2d2ee52d62..08566ca4ce 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
5 5
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7DEPENDS = "zlib gnutls" 7DEPENDS = "zlib gnutls"
8PR = "r2" 8PR = "r3"
9 9
10 10
11#COPYING or Licence 11#COPYING or Licence
@@ -21,7 +21,7 @@ inherit gettext autotools update-alternatives
21 21
22EXTRA_OECONF += "--without-gnome-keyring" 22EXTRA_OECONF += "--without-gnome-keyring"
23 23
24ALTERNATIVE_NAME = "sendmail" 24ALTERNATIVE_${PN} = "sendmail"
25ALTERNATIVE_PATH = "${bindir}/msmtp" 25ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"
26ALTERNATIVE_LINK = "${sbindir}/sendmail" 26ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail"
27ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"