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.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
index 39a7eea108..7f646f8762 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
@@ -6,7 +6,7 @@ SECTION = "console/network"
6PRIORITY = "required" 6PRIORITY = "required"
7LICENSE = "GPLv3" 7LICENSE = "GPLv3"
8DEPENDS = "zlib gnutls" 8DEPENDS = "zlib gnutls"
9PR = "r1" 9PR = "r2"
10 10
11 11
12#COPYING or Licence 12#COPYING or Licence
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb
20 20
21inherit gettext autotools update-alternatives 21inherit gettext autotools update-alternatives
22 22
23EXTRA_OECONF += "--without-gnome-keyring"
24
23ALTERNATIVE_NAME = "sendmail" 25ALTERNATIVE_NAME = "sendmail"
24ALTERNATIVE_PATH = "${bindir}/msmtp" 26ALTERNATIVE_PATH = "${bindir}/msmtp"
25ALTERNATIVE_LINK = "${sbindir}/sendmail" 27ALTERNATIVE_LINK = "${sbindir}/sendmail"