1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libsolv: enable MULTI_SEMANTICS

By default, libsolv uses the rpm logic for version comparison, which is
not quite the same as debian. Opkg now sets the distribution type for
libsolv to be debian. But for that to work, libsolv needs to be compiled
with MULTI_SEMANTICS=ON.

(From OE-Core rev: 66e2b56aa5166440f565f9722886bab680d5c4d1)

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro del Castillo
2016-09-23 17:49:06 -05:00
committed by Richard Purdie
parent bb744b82c7
commit 2d35edfb5a
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DLIB=${baselib}"
EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON"
PACKAGES =+ "${PN}-tools ${PN}ext"