diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-22 11:45:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-24 09:45:25 -0700 |
commit | b9b3af4c93125f1c08fcd4ed54dd44811c8f7059 (patch) | |
tree | e8bd598576e5ba9e80a6cf5061540d338b2ebb06 /meta-oe/recipes-dbs | |
parent | 17c734568ee9215030c7b1bf125f0a27839d4908 (diff) | |
download | meta-openembedded-b9b3af4c93125f1c08fcd4ed54dd44811c8f7059.tar.gz |
mariadb: Add missing dependency on lzo
Fixes
TOPDIR/build/tmp/work/mips32r2-yoe-linux/mariadb/10.7.3-r0/recipe-sysroot-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld.bfd: TOPDIR/build/tmp/work/mips32r2-yoe-linux/mariadb/10.7.3-r0/recipe-sysroot-native/usr/lib/liblzo2.so: error adding symbols: file in wrong format
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb_10.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb_10.7.3.bb b/meta-oe/recipes-dbs/mysql/mariadb_10.7.3.bb index 16ecb0493..8667417b1 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb_10.7.3.bb +++ b/meta-oe/recipes-dbs/mysql/mariadb_10.7.3.bb | |||
@@ -3,7 +3,7 @@ require mariadb.inc | |||
3 | inherit qemu | 3 | inherit qemu |
4 | 4 | ||
5 | DEPENDS += "qemu-native bison-native boost libpcre2 curl openssl ncurses \ | 5 | DEPENDS += "qemu-native bison-native boost libpcre2 curl openssl ncurses \ |
6 | zlib libaio libedit libevent libxml2 gnutls fmt" | 6 | zlib libaio libedit libevent libxml2 gnutls fmt lzo" |
7 | 7 | ||
8 | PROVIDES += "mysql5 libmysqlclient" | 8 | PROVIDES += "mysql5 libmysqlclient" |
9 | 9 | ||