From: Jackie Huang Date: Thu, 27 Feb 2014 07:21:07 +0000 (+0800) Subject: mailx: fix the path to sendmail interface X-Git-Tag: 2015-4~3523 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=96b7f6ede9bce0917ed543385f526436fea26787;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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 = ""