diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-04 17:16:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:16 +0100 |
commit | b58c5dc787227aaf069f812450ff366608097099 (patch) | |
tree | 54971079a7b6f0f719ba78b998d274a8a1b0c643 /meta | |
parent | 8501934c216f679293ba63e86c02f4d59de47602 (diff) | |
download | poky-b58c5dc787227aaf069f812450ff366608097099.tar.gz |
libsolv: upgrade to 0.6.22
Update to version 0.6.22 and rename the recipe accordingly.
(From OE-Core rev: 1bb1ea2cdb86a022b157d66b2a480ea91593a021)
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')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.6.22.bb (renamed from meta/recipes-extended/libsolv/libsolv_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_0.6.22.bb index b41347d75c..bea207bea5 100644 --- a/meta/recipes-extended/libsolv/libsolv_git.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.6.22.bb | |||
@@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | |||
7 | 7 | ||
8 | DEPENDS = "expat zlib" | 8 | DEPENDS = "expat zlib" |
9 | 9 | ||
10 | PV = "0.6.21" | ||
11 | |||
12 | SRC_URI = "git://github.com/openSUSE/libsolv.git \ | 10 | SRC_URI = "git://github.com/openSUSE/libsolv.git \ |
13 | " | 11 | " |
14 | SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" | 12 | SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" |
15 | 13 | ||
16 | SRCREV = "bdb5c63245923ed95cf04086b65b2e5a5b5d7b04" | 14 | SRCREV = "58655da7eccc0ba8e768f9df6482bb08b90f4da8" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |