summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiosignal_1.4.0.bb
diff options
context:
space:
mode:
authorDaniel Klauer <daniel.klauer@gin.de>2026-02-25 16:37:10 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-06 10:09:10 +0530
commit78a373916bd34872862aa21c390b5d2eb39da224 (patch)
treedd9bd42fdf1189f684b4c2433968a79bdcb797aa /meta-python/recipes-devtools/python/python3-aiosignal_1.4.0.bb
parent9783e418db7697a5d9298fb2833d0494897e8782 (diff)
downloadmeta-openembedded-78a373916bd34872862aa21c390b5d2eb39da224.tar.gz
nbench-byte: Fix sysinfo generation in parallel build
The project Makefile uses a script (sysinfo.sh) to non-atomically generate two .c files (sysinfo.c, sysinfoc.c) which are then included in the build. Since the script always overwrites both .c files, the Makefile should only invoke it once, not twice in parallel. Otherwise the .c files may be corrupted and cause random build failures in parallel builds. Requires at least GNU make 4.3, for Grouped Targets support [1]. [1] https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html Reviewed-by: Silvio Fricke <silvio.fricke@gin.de> Signed-off-by: Daniel Klauer <daniel.klauer@gin.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit add2d94ab7d4170cece4e20af829a7221c572d5f) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiosignal_1.4.0.bb')
0 files changed, 0 insertions, 0 deletions