summaryrefslogtreecommitdiffstats
path: root/recipes-core/runx
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:53:19 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:53:19 -0400
commitda1a1070814d2f6c178a4574687962446fc5be10 (patch)
tree3016aaf483b5444343a0239ba8e2377d9551df1b /recipes-core/runx
parentc962fc6a78eed5fdbebccfdea93023a1dd993246 (diff)
downloadmeta-virtualization-da1a1070814d2f6c178a4574687962446fc5be10.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runx')
-rw-r--r--recipes-core/runx/runx_git.bb1
1 files changed, 0 insertions, 1 deletions
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
21LICENSE = "Apache-2.0" 21LICENSE = "Apache-2.0"
22LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c" 22LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c"
23 23
24S = "${WORKDIR}/git"
25PV = "v1.0-git${SRCREV_runx}" 24PV = "v1.0-git${SRCREV_runx}"
26 25
27inherit features_check 26inherit features_check