mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
libsolv: disable rpm bdb format support
Otherwise this causes runtime errors when only sqlite is present. (From OE-Core rev: 190d9944383d525fa57a0fa9ac634480d50e56bb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7aa703bf88
commit
de8b04c9d3
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
|
||||
inherit cmake
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGE_CLASSES','package_rpm','rpm','',d)}"
|
||||
PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON -DENABLE_RPMDB_BDB=ON,,db rpm"
|
||||
PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm"
|
||||
|
||||
EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user