diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-01 01:59:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-12 14:05:37 +0100 |
commit | 2365b1ba0f720b3e5bee7fe6429d42c89db77238 (patch) | |
tree | 34b7ea7d863c9fcb393286ad40ff9b3cece8b94a /meta | |
parent | defc01de45d658b4ca14cac37a0450e1479401cc (diff) | |
download | poky-2365b1ba0f720b3e5bee7fe6429d42c89db77238.tar.gz |
librepo: update to 1.9.6
(From OE-Core rev: 1612b698d13f8e00204b3ad795f23148d72f2611)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.9.6.bb (renamed from meta/recipes-devtools/librepo/librepo_1.9.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.9.4.bb b/meta/recipes-devtools/librepo/librepo_1.9.6.bb index c4d6c163e9..fecedc981f 100644 --- a/meta/recipes-devtools/librepo/librepo_1.9.4.bb +++ b/meta/recipes-devtools/librepo/librepo_1.9.6.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git \ | |||
7 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ | 7 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "928c2d9c66f0d10477b8c9d1192785b88e2b1155" | 10 | SRCREV = "7d8acd45eb09809a5ab729c312744da4b2fe92bb" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||