From: Darren Hart <dvhart@linux.intel.com>
To: Kang Kai <kai.kang@windriver.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] msmtp: add link sendmail for lsb command check
Date: Sun, 20 Mar 2011 20:40:51 -0700 [thread overview]
Message-ID: <4D86C8C3.4040806@linux.intel.com> (raw)
In-Reply-To: <3d02489147dda8426471cfbb9c5f17464d67e201.1300676026.git.kai.kang@windriver.com>
On 03/20/2011 07:59 PM, Kang Kai wrote:
> From: Kang Kai<kai.kang@windriver.com>
>
> LSB command check will test the exist of sendmail, so make sendmail
> link to msmtp using update-alternatives class in order to pass the test.
>
> Related to [YOCTO #520]
>
> Signed-off-by: Kang Kai<kai.kang@windriver.com>
Untested, but this looks like a reasonable thing to do to me, and it
beats installing postfix or exim!
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta/recipes-extended/msmtp/msmtp_1.4.23.bb | 9 +++++++--
> 1 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb
> index cb3d83c..d48881a 100644
> --- a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb
> +++ b/meta/recipes-extended/msmtp/msmtp_1.4.23.bb
> @@ -6,7 +6,7 @@ SECTION = "console/network"
> PRIORITY = "required"
> LICENSE = "GPLv3"
> DEPENDS = "zlib gnutls"
> -PR = "r0"
> +PR = "r1"
>
>
> #COPYING or Licence
> @@ -18,4 +18,9 @@ SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.
> SRC_URI[md5sum] = "5fb7ae88186624cdb125d3efad3fdc16"
> SRC_URI[sha256sum] = "269cd30eeb867167c6a599e23399f4fc24196fcdef3bac5b120d806b3b421810"
>
> -inherit gettext autotools
> +inherit gettext autotools update-alternatives
> +
> +ALTERNATIVE_NAME = "sendmail"
> +ALTERNATIVE_PATH = "${bindir}/msmtp"
> +ALTERNATIVE_LINK = "${sbindir}/sendmail"
> +ALTERNATIVE_PRIORITY = "100"
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2011-03-21 3:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-21 2:59 [PATCH 0/1] msmtp: add link sendmail to pass LSB test Kang Kai
2011-03-21 2:59 ` [PATCH 1/1] msmtp: add link sendmail for lsb command check Kang Kai
2011-03-21 3:40 ` Darren Hart [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-18 1:34 [PATCH 0/1] msmtp: add link sendmail to pass LSB test Kang Kai
2011-03-18 1:34 ` [PATCH 1/1] msmtp: add link sendmail for lsb command check Kang Kai
2011-03-18 1:44 ` Richard Purdie
2011-03-18 9:00 ` Kang Kai
2011-03-18 9:00 ` Kang Kai
2011-03-18 9:56 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D86C8C3.4040806@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=kai.kang@windriver.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.