mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
libsolv: switch on ENABLE_COMPLEX_DEPS
This is required by recent versions of libdnf. (From OE-Core rev: cb9596a822dc75319ce39b8f0a7133a1e58fec43) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0fcbb4d0ec
commit
53073a1dce
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_RPMMD=ON -DENABLE_RPMDB=ON"
|
||||
EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_RPMMD=ON -DENABLE_RPMDB=ON -DENABLE_COMPLEX_DEPS=ON"
|
||||
|
||||
PACKAGES =+ "${PN}-tools ${PN}ext"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user