From 66e2b56aa5166440f565f9722886bab680d5c4d1 Mon Sep 17 00:00:00 2001 From: Alejandro del Castillo Date: Fri, 23 Sep 2016 17:49:06 -0500 Subject: 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. Signed-off-by: Alejandro del Castillo Signed-off-by: Richard Purdie --- meta/recipes-extended/libsolv/libsolv_0.6.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.23.bb b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb index 1ece5f21a4..f3f3d6e645 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.6.23.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb @@ -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" -- cgit 1.2.3-korg