diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2016-09-23 17:49:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:03 +0100 |
commit | 2d35edfb5abed33b5b496a95e4535675cb76d6b4 (patch) | |
tree | 8a254583d80af78bd51b53d1c4a87c09e04e4d3f | |
parent | bb744b82c7df3ce3bda9a1b85fc075a20169eca9 (diff) | |
download | poky-2d35edfb5abed33b5b496a95e4535675cb76d6b4.tar.gz |
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>
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.6.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
18 | 18 | ||
19 | inherit cmake | 19 | inherit cmake |
20 | 20 | ||
21 | EXTRA_OECMAKE = "-DLIB=${baselib}" | 21 | EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-tools ${PN}ext" | 23 | PACKAGES =+ "${PN}-tools ${PN}ext" |
24 | 24 | ||