summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dev86/dev86_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-04-29 16:55:58 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-05-02 14:07:30 -0400
commit36433bfef3b690ee1211f04a38022b1f3dc2b383 (patch)
tree36ba8f2523c1bff78adb1d1c3aa977b465df0035 /recipes-extended/dev86/dev86_git.bb
parent21a5c29a10f033859f6e44aa035161befa439128 (diff)
downloadmeta-virtualization-36433bfef3b690ee1211f04a38022b1f3dc2b383.tar.gz
dev86: fix a build race
Fix a race in cpp/ where token[12].h are written to a temporary file with the same name. Also update the status of cross.patch. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/dev86/dev86_git.bb')
-rw-r--r--recipes-extended/dev86/dev86_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
index 4b5a2654..82f43a08 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -11,7 +11,8 @@ SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https;branch=master \
11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \ 11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \
12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \ 12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \
13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \ 13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \
14 file://cross.patch \ 14 file://cross.patch \
15 file://0001-cpp-fix-race-writing-token.h-files.patch \
15" 16"
16 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"