From d27686b32526f7ce9b2cff3747244e94c2cea728 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Feb 2021 21:34:25 +0000 Subject: 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: 476328b91ea4417160580d28df4fcc1147d85ae2) Signed-off-by: Richard Purdie --- meta/recipes-extended/watchdog/watchdog_5.16.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/watchdog') 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" -- cgit v1.2.3-54-g00ecf