summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-15 21:34:25 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2021-02-18 12:01:27 +0800
commit023e7e667334f5c8a5647eab278262713bfd6555 (patch)
tree2faaa4876435b3f7e7a1f4a4e65a96e97814b30b /meta/recipes-extended/watchdog
parent3ea201b2bcb40a3de6a2e36a43859fe354706b26 (diff)
downloadopenembedded-core-023e7e667334f5c8a5647eab278262713bfd6555.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: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-extended/watchdog')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.16.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb
index 1988952603..24a05dcda7 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.16.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.16.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"