diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2019-02-01 11:06:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:06:00 +0000 |
commit | a037aa88791ca062d86ac9447387523a7f2fdc1e (patch) | |
tree | a49a6ee72647db49448e4052e42494742af546b1 /meta/recipes-extended | |
parent | 8d8fad357ee54d5f439cf85f8e0cdae913b4c22a (diff) | |
download | poky-a037aa88791ca062d86ac9447387523a7f2fdc1e.tar.gz |
libsolv: upgrade 0.7.2 -> 0.7.3
from NEWS:
- selected bug fixes:
* fixed a couple of null pointer derefs and potential memory
leaks
* made disfavoring recommended packages work if strong recommends
is enabled
* no longer disable infarch rules when they don't conflict with
the job
- new features:
* do favor evaluation before pruning allowing to (dis)favor
specific package versions
(From OE-Core rev: a0f78447a14cf17ce4ae03a97ed4f703cbe1af2b)
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')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.3.bb (renamed from meta/recipes-extended/libsolv/libsolv_0.7.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.2.bb b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb index 6e3993b05e..7321d63374 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.2.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.3.bb | |||
@@ -12,7 +12,7 @@ SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation | |||
12 | file://0002-Fixes-to-internal-fopencookie-implementation.patch \ | 12 | file://0002-Fixes-to-internal-fopencookie-implementation.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "1c0141962a9eef7f4bc1fdcac7099f3f6a95ec23" | 15 | SRCREV = "dc7d0f1c3113f2c8217563166906bef3eb5d1ee1" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |