diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-24 13:28:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:41 +0100 |
commit | 9bd8876fee237151b2c5d9d1c46790afa7f39afc (patch) | |
tree | 9867afeb3f20ad194ac086ebffc585db8c381c69 /meta/recipes-extended/msmtp | |
parent | 5fdbef9d905c8025cb01df959c980666c3d67b2c (diff) | |
download | poky-9bd8876fee237151b2c5d9d1c46790afa7f39afc.tar.gz |
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.
(From OE-Core rev: a41c763595086fa30fb80715a60d9135fa6cf01a)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/msmtp')
-rw-r--r-- | 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 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" | |||
6 | PRIORITY = "required" | 6 | PRIORITY = "required" |
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |
8 | DEPENDS = "zlib gnutls" | 8 | DEPENDS = "zlib gnutls" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | 11 | ||
12 | #COPYING or Licence | 12 | #COPYING or Licence |
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "f19f3fcc67da448420b3adbd5add09f8fe110664dd64f3c2cd693ef0cb | |||
20 | 20 | ||
21 | inherit gettext autotools update-alternatives | 21 | inherit gettext autotools update-alternatives |
22 | 22 | ||
23 | EXTRA_OECONF += "--without-gnome-keyring" | ||
24 | |||
23 | ALTERNATIVE_NAME = "sendmail" | 25 | ALTERNATIVE_NAME = "sendmail" |
24 | ALTERNATIVE_PATH = "${bindir}/msmtp" | 26 | ALTERNATIVE_PATH = "${bindir}/msmtp" |
25 | ALTERNATIVE_LINK = "${sbindir}/sendmail" | 27 | ALTERNATIVE_LINK = "${sbindir}/sendmail" |