* [PATCH 0/1] msmtp: add link sendmail to pass LSB test
@ 2011-03-21 2:59 Kang Kai
2011-03-21 2:59 ` [PATCH 1/1] msmtp: add link sendmail for lsb command check Kang Kai
0 siblings, 1 reply; 4+ messages in thread
From: Kang Kai @ 2011-03-21 2:59 UTC (permalink / raw)
To: poky
From: Kang Kai <kai.kang@windriver.com>
LSB command check will test the exist of sendmail, so make sendmail
link to msmtp in order to pass the test.
Update patch using update-alternatives class.
Related to [YOCTO #520]
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kangkai/distro01
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro01
Thanks,
Kang Kai <kai.kang@windriver.com>
---
Kang Kai (1):
msmtp: add link sendmail for lsb command check
meta/recipes-extended/msmtp/msmtp_1.4.23.bb | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/1] msmtp: add link sendmail for lsb command check
2011-03-21 2:59 [PATCH 0/1] msmtp: add link sendmail to pass LSB test Kang Kai
@ 2011-03-21 2:59 ` Kang Kai
2011-03-21 3:40 ` Darren Hart
0 siblings, 1 reply; 4+ messages in thread
From: Kang Kai @ 2011-03-21 2:59 UTC (permalink / raw)
To: poky
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>
---
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"
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/1] msmtp: add link sendmail for lsb command check
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
0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2011-03-21 3:40 UTC (permalink / raw)
To: Kang Kai; +Cc: poky
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/1] msmtp: add link sendmail to pass LSB test
@ 2011-03-18 1:34 Kang Kai
0 siblings, 0 replies; 4+ messages in thread
From: Kang Kai @ 2011-03-18 1:34 UTC (permalink / raw)
To: poky
From: Kang Kai <kai.kang@windriver.com>
LSB command check will test the exist of sendmail, so make sendmail
link to msmtp in order to pass the test.
msmtp has been added to replace sendmail.
Related to [YOCTO #520]
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kangkai/distro01
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro01
Thanks,
Kang Kai <kai.kang@windriver.com>
---
Kang Kai (1):
msmtp: add link sendmail for lsb command check
meta/recipes-extended/msmtp/msmtp_1.4.23.bb | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-21 3:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
-- 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
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.