diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-06-19 15:24:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-21 00:26:09 +0100 |
commit | 460c82842156d9b0d8bde9ad574a2b9f514717fb (patch) | |
tree | 230b3a6debec23b4d20f44d8a4863fca5e59cf12 /meta/recipes-devtools/librepo | |
parent | 10553cdab855d720495b677ed51d761b13f83110 (diff) | |
download | openembedded-core-contrib-460c82842156d9b0d8bde9ad574a2b9f514717fb.tar.gz |
librepo: upgrade 1.10.2 -> 1.10.3
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo')
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.10.3.bb (renamed from meta/recipes-devtools/librepo/librepo_1.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.10.2.bb b/meta/recipes-devtools/librepo/librepo_1.10.3.bb index 43c1967c2ba..d7c83edce33 100644 --- a/meta/recipes-devtools/librepo/librepo_1.10.2.bb +++ b/meta/recipes-devtools/librepo/librepo_1.10.3.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git \ file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ " -SRCREV = "91ebe846b0320751a264116c36a665a8facf9e0e" +SRCREV = "2eb0a27031956fd98340ca2707f03abb7b780372" S = "${WORKDIR}/git" |