[poky] [PATCH 1/1] msmtp: add link sendmail for lsb command check
Darren Hart
dvhart at linux.intel.com
Sun Mar 20 20:40:51 PDT 2011
On 03/20/2011 07:59 PM, Kang Kai wrote:
> From: Kang Kai<kai.kang at 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 at 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 at 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
More information about the poky
mailing list