From a4fe9edd320a040cff498de3ef67fd77edee4a0e Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Fri, 8 Aug 2025 10:59:14 -0600 Subject: [PATCH] systemd-repart: Fix build after S moved into UNPACKDIR Signed-off-by: Dan McGregor Signed-off-by: Khem Raj --- meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb b/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb index 15b60af02e..0ac695769c 100644 --- a/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb +++ b/meta-oe/recipes-core/systemd/systemd-repart-native_257.6.bb @@ -16,8 +16,6 @@ SRCREV = "00a12c234e2506f5cab683460199575f13c454db" SRCBRANCH = "v257-stable" SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" -S = "${WORKDIR}/git" - DEPENDS = " \ cryptsetup-native \ gperf-native \