summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-12 21:34:28 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-13 07:05:31 -0700
commitbc47b413ab79c8ed5c36ceb742a8d6436c9c2bdd (patch)
treedd29ddbcbe8aa0218f4135e405c48d7916c0c720 /meta-oe/recipes-benchmark
parent38ce750aac406ff26e5c1b6c020c21fcac138966 (diff)
downloadmeta-openembedded-bc47b413ab79c8ed5c36ceb742a8d6436c9c2bdd.tar.gz
sysbench: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
index 22c634af0..4ac78fb8f 100644
--- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
+++ b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
@@ -15,8 +15,8 @@ SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/${BPN}_${PV}.ori
15SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d" 15SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d"
16SRC_URI[sha256sum] = "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e" 16SRC_URI[sha256sum] = "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e"
17 17
18PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)}" 18EXTRA_OECONF += "--enable-largefile"
19PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," 19PACKAGECONFIG ??= ""
20PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," 20PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio,"
21PACKAGECONFIG[mysql] = "--with-mysql \ 21PACKAGECONFIG[mysql] = "--with-mysql \
22 --with-mysql-includes=${STAGING_INCDIR}/mysql \ 22 --with-mysql-includes=${STAGING_INCDIR}/mysql \