[oe-commits] [openembedded-core] 17/17: libsolv: enable MULTI_SEMANTICS

git at git.openembedded.org git at git.openembedded.org
Tue Sep 27 12:14:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6bfacca646fe492ce77c4c8ecd391c6e601972fa
Author: Alejandro del Castillo <alejandro.delcastillo at ni.com>
AuthorDate: Fri Sep 23 17:49:06 2016 -0500

    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 <alejandro.delcastillo at ni.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 1ece5f2..f3f3d6e 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list