diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-12 21:34:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-13 07:05:31 -0700 |
commit | bc47b413ab79c8ed5c36ceb742a8d6436c9c2bdd (patch) | |
tree | dd29ddbcbe8aa0218f4135e405c48d7916c0c720 /meta-oe | |
parent | 38ce750aac406ff26e5c1b6c020c21fcac138966 (diff) | |
download | meta-openembedded-bc47b413ab79c8ed5c36ceb742a8d6436c9c2bdd.tar.gz |
sysbench: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb | 4 |
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 | |||
15 | SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d" | 15 | SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d" |
16 | SRC_URI[sha256sum] = "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e" | 16 | SRC_URI[sha256sum] = "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)}" | 18 | EXTRA_OECONF += "--enable-largefile" |
19 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 19 | PACKAGECONFIG ??= "" |
20 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," | 20 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," |
21 | PACKAGECONFIG[mysql] = "--with-mysql \ | 21 | PACKAGECONFIG[mysql] = "--with-mysql \ |
22 | --with-mysql-includes=${STAGING_INCDIR}/mysql \ | 22 | --with-mysql-includes=${STAGING_INCDIR}/mysql \ |