[oe-commits] Mark Hatle : msmtp: Disable gnome keyring

git version control git at git.openembedded.org
Tue Jun 28 12:56:53 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a41c763595086fa30fb80715a60d9135fa6cf01a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a41c763595086fa30fb80715a60d9135fa6cf01a

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Fri Jun 24 13:28:39 2011 -0500

msmtp: Disable gnome keyring

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 at windriver.com>

---

 meta/recipes-extended/msmtp/msmtp_1.4.24.bb |    4 +++-
 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 39a7eea..7f646f8 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"
 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"





More information about the Openembedded-commits mailing list