mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:40:51 +00:00
watchdog: Fix determinism issue from sendmail host path
The build was injecting the path of the host's sendmail binary. Set this deterministically to match OE's path for it. (From OE-Core rev: 023e7e667334f5c8a5647eab278262713bfd6555) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 476328b91ea4417160580d28df4fcc1147d85ae2) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ceb37a91c1
commit
ea1720b2fb
@ -28,6 +28,7 @@ CFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
||||
LDFLAGS += "-ltirpc"
|
||||
|
||||
EXTRA_OECONF += " --disable-nfs "
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail"
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user