summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libdnf/libdnf_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-21 15:39:56 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:30 +0100
commit528abed7b1f64b99a3fe2382d18978895ed4e79a (patch)
treec70e3a599998caee82481012f32d846ca437a566 /meta/recipes-devtools/libdnf/libdnf_git.bb
parentc132ac3d15e8cb60f37f4dc4299ef523c9c257a1 (diff)
downloadpoky-528abed7b1f64b99a3fe2382d18978895ed4e79a.tar.gz
libdnf: update to 0.8.1
Rebase the patches. (From OE-Core rev: de098813f3c94a96d69ea393e711eb682e29948e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libdnf/libdnf_git.bb')
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_git.bb b/meta/recipes-devtools/libdnf/libdnf_git.bb
index ef28611f8a..2acbd89659 100644
--- a/meta/recipes-devtools/libdnf/libdnf_git.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_git.bb
@@ -10,8 +10,8 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf \
10 file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \ 10 file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \
11 " 11 "
12 12
13PV = "0.2.3+git${SRCPV}" 13PV = "0.8.1"
14SRCREV = "367545629cc01a8e622890d89bd13d062ce60d7b" 14SRCREV = "233287f4f80e24a917d5f6a26967f54080ffa255"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17