diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:53:19 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:53:19 -0400 |
commit | da1a1070814d2f6c178a4574687962446fc5be10 (patch) | |
tree | 3016aaf483b5444343a0239ba8e2377d9551df1b /recipes-core/runx | |
parent | c962fc6a78eed5fdbebccfdea93023a1dd993246 (diff) | |
download | meta-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.bb | 1 |
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 | |||
21 | LICENSE = "Apache-2.0" | 21 | LICENSE = "Apache-2.0" |
22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c" | 22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=945fc9aa694796a6337395cc291ddd8c" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | PV = "v1.0-git${SRCREV_runx}" | 24 | PV = "v1.0-git${SRCREV_runx}" |
26 | 25 | ||
27 | inherit features_check | 26 | inherit features_check |