From a5cea4c0b49792408edfe5f68e92900acb860cef Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 15 May 2024 07:53:23 +0100 Subject: recipes: Ensure S is set to a valid directory Several recipes have S pointing at a directory that does not exist. Set S in these cases to somethig valid making the metadata and recipe behaviour more consistent. Tweak one of the QA test diff offsets to match the changed recipe. (From OE-Core rev: 22f1f5849a9a3bf287dbe8933546e52e39ddc86e) Signed-off-by: Richard Purdie --- meta/recipes-extended/watchdog/watchdog-config.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/watchdog/watchdog-config.bb b/meta/recipes-extended/watchdog/watchdog-config.bb index e826a7d4a6..17151ced5e 100644 --- a/meta/recipes-extended/watchdog/watchdog-config.bb +++ b/meta/recipes-extended/watchdog/watchdog-config.bb @@ -13,6 +13,9 @@ SRC_URI = " \ file://watchdog.conf \ " +S = "${WORKDIR}/sources" +UNPACKDIR = "${S}" + # The default value is 60 seconds when null. WATCHDOG_TIMEOUT ??= "" -- cgit v1.2.3-54-g00ecf