diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:51:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
commit | 42e5e37984c952dcc22e1fc93bfd9663704b5bc6 (patch) | |
tree | b0b6f27c6f5120dd3220b218f27038f1524703ad | |
parent | a948c258f6589b1f9a760079095165cf023b99d5 (diff) | |
download | poky-42e5e37984c952dcc22e1fc93bfd9663704b5bc6.tar.gz |
librepo: upgrade 1.11.2 -> 1.11.3
(From OE-Core rev: 8cffbc8dbbc69cac1bd6fb3c33cb3ee1e65fb70b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.11.3.bb (renamed from meta/recipes-devtools/librepo/librepo_1.11.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.11.2.bb b/meta/recipes-devtools/librepo/librepo_1.11.3.bb index 6a0a59f865..3e745314a8 100644 --- a/meta/recipes-devtools/librepo/librepo_1.11.2.bb +++ b/meta/recipes-devtools/librepo/librepo_1.11.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git \ | |||
8 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ | 8 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRCREV = "67c2d1f83f1bf87be3f26ba730fce7fbdf0c9fba" | 11 | SRCREV = "59b3f76ca6e79786a213cda72ecafa232d30553f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||