diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-20 15:51:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:11:13 +0100 |
commit | fb51dc9ede90548cf7d3854f8fa77ae6c93289df (patch) | |
tree | c0b59f66032f582ca92df71cfb9bf64a03496e12 /meta/recipes-extended/libsolv/libsolv_git.bb | |
parent | 133ad838ceec5bcd51adc76975720c99a68f6830 (diff) | |
download | poky-fb51dc9ede90548cf7d3854f8fa77ae6c93289df.tar.gz |
libsolv: update to 0.6.21
0.6.20 -> 0.6.21
Remove upstreamed patch:
1. 0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch
(From OE-Core rev: 504a82289e42eb76268852015f0c5e463ced5556)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_git.bb')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index a16897e7d6..b41347d75c 100644 --- a/meta/recipes-extended/libsolv/libsolv_git.bb +++ b/meta/recipes-extended/libsolv/libsolv_git.bb | |||
@@ -7,14 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | |||
7 | 7 | ||
8 | DEPENDS = "expat zlib" | 8 | DEPENDS = "expat zlib" |
9 | 9 | ||
10 | PV = "0.6.20" | 10 | PV = "0.6.21" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/openSUSE/libsolv.git \ | 12 | SRC_URI = "git://github.com/openSUSE/libsolv.git \ |
13 | file://0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch \ | ||
14 | " | 13 | " |
15 | SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" | 14 | SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" |
16 | 15 | ||
17 | SRCREV = "513c572b10e18bea5ac78709267de4b739cb31e7" | 16 | SRCREV = "bdb5c63245923ed95cf04086b65b2e5a5b5d7b04" |
18 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
19 | 18 | ||
20 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |