diff options
-rw-r--r-- | meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb index 945e2c3274..11e33fec55 100644 --- a/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/tests" | |||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "libtool libaio luajit concurrencykit" | 7 | DEPENDS = "libtool luajit concurrencykit" |
8 | 8 | ||
9 | inherit autotools-brokensep pkgconfig | 9 | inherit autotools-brokensep pkgconfig |
10 | 10 | ||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" | 18 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*" |
19 | 19 | ||
20 | EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch" | 20 | EXTRA_OECONF += "--enable-largefile --with-system-luajit --with-system-ck --without-gcc-arch --with-lib-prefix=no" |
21 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "" |
22 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," | 22 | PACKAGECONFIG[aio] = "--enable-aio,--disable-aio,libaio," |
23 | PACKAGECONFIG[mysql] = "--with-mysql \ | 23 | PACKAGECONFIG[mysql] = "--with-mysql \ |