From da1a1070814d2f6c178a4574687962446fc5be10 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:53:19 -0400 Subject: core: adjust to OE-core UNPACKDIR changes Adjusting our core recipes to work with the OE core source handling. Note: some of these recipes don't work at runtime, but this makes them parse. These changes are explicit S assignment removal and replacement of WORKDIR with UNPACKDIR. Signed-off-by: Bruce Ashfield --- recipes-core/runx/runx_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core/runx/runx_git.bb') diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index b3250322..618bff45 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb @@ -21,7 +21,6 @@ SRC_URI[sha256sum] = "bf338980b1670bca287f9994b7441c2361907635879169c64ae78364ef LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c" -S = "${WORKDIR}/git" PV = "v1.0-git${SRCREV_runx}" inherit features_check -- cgit v1.2.3-54-g00ecf