rocksdb: Exclude on ppc/musl

Needs porting

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-03-26 10:58:30 -07:00
parent 12bbce4751
commit 8523e5f6eb
2 changed files with 5 additions and 0 deletions

View File

@ -223,6 +223,7 @@ RDEPENDS:packagegroup-meta-oe-dbs ="\
soci \
sqlite \
"
RDEPENDS:packagegroup-meta-oe-dbs:remove:libc-musl:powerpc = "rocksdb"
RDEPENDS:packagegroup-meta-oe-dbs-python2 ="\
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'mysql-python', '', d), "", d)} \

View File

@ -52,3 +52,7 @@ do_install:append() {
}
LDFLAGS:append:riscv64 = " -pthread"
# Need toku_time_now() implemented for ppc/musl
# see utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
COMPATIBLE_HOST:libc-musl:powerpc = "null"