[oe-commits] Jackie Huang : mailx: fix the path to sendmail interface

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 17:56:32 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 96b7f6ede9bce0917ed543385f526436fea26787
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=96b7f6ede9bce0917ed543385f526436fea26787

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Thu Feb 27 15:21:07 2014 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/mailx/mailx_12.5.bb | 1 +
 1 file changed, 1 insertion(+)

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 = ""



More information about the Openembedded-commits mailing list