aboutsummaryrefslogtreecommitdiffstats
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 13:52:42 +0000
commit96b7f6ede9bce0917ed543385f526436fea26787 (patch)
treeef1c21ca5e057a345cade12d4bfb3486e1bfd344 /meta
parentd418399156a97794d48e0c6dc7b6a911375bb520 (diff)
downloadopenembedded-core-contrib-96b7f6ede9bce0917ed543385f526436fea26787.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. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 1245a11ede..a70f703aaf 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 = ""