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.

(From OE-Core rev: 96b7f6ede9bce0917ed543385f526436fea26787)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jackie Huang 2014-02-27 15:21:07 +08:00 committed by Richard Purdie
parent 643d3ab9b5
commit b367545383
1 changed files with 1 additions and 0 deletions

View File

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