summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 22c634af05..4ac78fb8fd 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 \