summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-15 21:34:25 +0000
committerSteve Sakoman <steve@sakoman.com>2021-03-04 04:19:49 -1000
commita272b6e4c0b16017918d95fad04d05b27186317a (patch)
treeb999e1cd7a9801dad55e9b73741ef56e564c0692
parent670efddd8d009828651cd55aa673e68d2268cef3 (diff)
downloadopenembedded-core-contrib-a272b6e4c0b16017918d95fad04d05b27186317a.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 476328b91ea4417160580d28df4fcc1147d85ae2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.15.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.bb
index 1acab2e9e7..8b326dfcc4 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.15.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.15.bb
@@ -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"