summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.4.24.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb
index 08566ca4ce..13de167452 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 = "r3" 8PR = "r4"
9 9
10 10
11#COPYING or Licence 11#COPYING or Licence
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb
19 19
20inherit gettext autotools update-alternatives 20inherit gettext autotools update-alternatives
21 21
22EXTRA_OECONF += "--without-gnome-keyring" 22EXTRA_OECONF += "--without-gnome-keyring --without-libidn"
23 23
24ALTERNATIVE_${PN} = "sendmail" 24ALTERNATIVE_${PN} = "sendmail"
25ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" 25ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp"