]> code.ossystems Code Review - openembedded-core.git/commitdiff
msmtp: Disable gnome keyring
authorMark Hatle <mark.hatle@windriver.com>
Fri, 24 Jun 2011 18:28:39 +0000 (13:28 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:50:31 +0000 (13:50 +0100)
Unless we explicitly disable the gnome keyring support, the system
will attemp to discover if it's available which changes the package
output.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-extended/msmtp/msmtp_1.4.24.bb

index 39a7eea1088a9750c7195d0d0068565524e5f0c2..7f646f87621bd0f138d4c9a4e86560c920cbe1bc 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "console/network"
 PRIORITY = "required"
 LICENSE = "GPLv3"
 DEPENDS = "zlib gnutls"
-PR = "r1"
+PR = "r2"
 
 
 #COPYING or Licence
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb
 
 inherit gettext autotools update-alternatives
 
+EXTRA_OECONF += "--without-gnome-keyring"
+
 ALTERNATIVE_NAME = "sendmail"
 ALTERNATIVE_PATH = "${bindir}/msmtp"
 ALTERNATIVE_LINK = "${sbindir}/sendmail"