diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-09-02 23:13:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-03 09:44:30 +0100 |
commit | 9ef5cb6f6e06cb7e117e5c78a0dbaff5ed823395 (patch) | |
tree | f97250de4223e687b658f430f85d1a6bb278d800 | |
parent | 4436ce24a128e96db28557d1308d9d8f1cb1c965 (diff) | |
download | poky-9ef5cb6f6e06cb7e117e5c78a0dbaff5ed823395.tar.gz |
librepo: upgrade 1.12.0 -> 1.12.1
(From OE-Core rev: 3a2dd853a02d5299b3ef8251b735c1b52c7fc8ba)
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.12.1.bb (renamed from meta/recipes-devtools/librepo/librepo_1.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.12.0.bb b/meta/recipes-devtools/librepo/librepo_1.12.1.bb index 2d9cac830e..0597351052 100644 --- a/meta/recipes-devtools/librepo/librepo_1.12.0.bb +++ b/meta/recipes-devtools/librepo/librepo_1.12.1.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 = "9c173f1110bb30f4ae842a8e3532b275966c2d83" | 11 | SRCREV = "d4ad350291f2937c0b6a3eea9e1d0c8e1051fc32" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||