diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-02-27 15:21:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:13 +0000 |
commit | b367545383ee3a437776931e849e407d5f697a95 (patch) | |
tree | c9c70f80ed5fd19941912f2a69cd898357e0537f /meta/recipes-extended/mailx | |
parent | 643d3ab9b582feab9d69aaa96e7b60d07ba80313 (diff) | |
download | poky-b367545383ee3a437776931e849e407d5f697a95.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/mailx')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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}" | |||
27 | inherit autotools | 27 | inherit autotools |
28 | 28 | ||
29 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | 29 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" |
30 | EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail" | ||
30 | 31 | ||
31 | PARALLEL_MAKE = "" | 32 | PARALLEL_MAKE = "" |