diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
| commit | 7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch) | |
| tree | 6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/dev86 | |
| parent | bc2a750d5cd518706aff406da6e0719ce475e36b (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | DEPENDS = "gperf-native" | 18 | DEPENDS = "gperf-native" |
| 21 | 19 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
