summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dev86
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
commit7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch)
tree6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/dev86
parentbc2a750d5cd518706aff406da6e0719ce475e36b (diff)
downloadmeta-virtualization-7a2ad2585b0a3e80b5e943c771db7310de761d5b.tar.gz
recipes-extended: adapt to UNPACKDIR changes
Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/dev86')
-rw-r--r--recipes-extended/dev86/dev86_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
index d43d1200..fb854ed1 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -15,8 +15,6 @@ SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https;branch=master \
15 file://0001-cpp-fix-race-writing-token.h-files.patch \ 15 file://0001-cpp-fix-race-writing-token.h-files.patch \
16" 16"
17 17
18S = "${WORKDIR}/git"
19
20DEPENDS = "gperf-native" 18DEPENDS = "gperf-native"
21 19
22BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"