From: Jackie Huang <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
