summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
diff options
context:
space:
mode:
authorAlejandro del Castillo <alejandro.delcastillo@ni.com>2019-02-07 09:57:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-08 10:57:19 +0000
commitdf31968a4cc0076bd2f7143b2c9286c45845207c (patch)
tree3bd954cce20a8d554382febd9e02ff5350fff8c5 /meta/recipes-extended/libsolv/libsolv_0.7.3.bb
parentc76c50df6498d85e7a6254002ff8f5e0ef3e67f7 (diff)
downloadpoky-df31968a4cc0076bd2f7143b2c9286c45845207c.tar.gz
libsolv: fix segfault when using SOLVER_DISFAVOR
Opkg --add-ignore-recommends use the flag SOLVER_DISFAVOR. If a package is set to be ignored as a recommendee, but there are not other recommends on the package graph, libsolv segfaults. (From OE-Core rev: d3ee06845e18ecf94770ff0970c2a0d6631ed214) Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.3.bb')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_0.7.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.3.bb b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
index 44757ac54f..3fe6f2c20a 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb
@@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
7 7
8DEPENDS = "expat zlib" 8DEPENDS = "expat zlib"
9 9
10SRC_URI = "git://github.com/openSUSE/libsolv.git" 10SRC_URI = "git://github.com/openSUSE/libsolv.git \
11 file://0001-solver_solve-only-disfavor-recommends-if-there-are-a.patch \
12"
11 13
12SRCREV = "dc7d0f1c3113f2c8217563166906bef3eb5d1ee1" 14SRCREV = "dc7d0f1c3113f2c8217563166906bef3eb5d1ee1"
13UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"