[OE-core] [PATCH] mailx: fix the path to sendmail interface

jackie.huang at windriver.com jackie.huang at windriver.com
Thu Feb 27 07:21:07 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

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




More information about the Openembedded-core mailing list