aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-17 11:00:27 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-17 11:01:26 -0800
commite0a389a66068e64118c45a4583ae07727f620a0c (patch)
treedd95029b6c301b106c3c61cef0df426589bcb3a0 /meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
parent4580e951a19a81ebbd0fd9705311c4b7d70cef73 (diff)
downloadmeta-openembedded-e0a389a66068e64118c45a4583ae07727f620a0c.tar.gz
stressapptest: Fix build with largefile support and musl
Update status of patches as they are submitted upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb')
-rw-r--r--meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
index c8b9ca7cb9..02144c558a 100644
--- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
+++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
@@ -13,10 +13,18 @@ SRCREV = "9146a8bfe3e3daefa95f7a61b75183e5fc64af2c"
PV .= "+1.0.10git${SRCPV}"
+EXTRA_AUTOCONF:append:armv7a = " --with-cpu=armv7a"
+EXTRA_AUTOCONF:append:armv7ve = " --with-cpu=armv7a"
+
+GI_DATA_ENABLED:libc-musl:armv7a = "False"
+GI_DATA_ENABLED:libc-musl:armv7ve = "False"
SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \
file://libcplusplus-compat.patch \
file://read_sysfs_for_cachesize.patch \
- "
+ file://0001-configure-Add-with-cpu.patch \
+ file://0002-Replace-lfs64-functions-and-defines.patch \
+ file://0003-configure-Check-for-pthread_rwlockattr_setkind_np-be.patch \
+ "
S = "${WORKDIR}/git"