summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-02-27 15:21:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:01:13 +0000
commitb367545383ee3a437776931e849e407d5f697a95 (patch)
treec9c70f80ed5fd19941912f2a69cd898357e0537f /meta
parent643d3ab9b582feab9d69aaa96e7b60d07ba80313 (diff)
downloadast2050-yocto-poky-b367545383ee3a437776931e849e407d5f697a95.zip
ast2050-yocto-poky-b367545383ee3a437776931e849e407d5f697a95.tar.gz
mailx: fix the path to sendmail interface
The default path to sendmail is to /usr/lib/sendmail, but msmtp install it as ${sbindir}/sendmail, set the correct path for Makefile to fix it. (From OE-Core rev: 96b7f6ede9bce0917ed543385f526436fea26787) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index 1245a11..a70f703 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -27,5 +27,6 @@ S = "${WORKDIR}/heirloom-mailx-${PV}"
inherit autotools
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
+EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
PARALLEL_MAKE = ""
OpenPOWER on IntegriCloud