summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-19 18:47:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-20 11:30:35 +0000
commit33cc3c982739a1af8ab3dc8f6f4325265f083d68 (patch)
tree7fb54bf4ee155ab45a0dc0439613b9fcddb383bc /meta/recipes-devtools/dnf
parentca309c2845b490e41b0e7000c37f6feb982f5eaf (diff)
downloadpoky-33cc3c982739a1af8ab3dc8f6f4325265f083d68.tar.gz
dnf: upgrade 4.0.10 -> 4.1.0
(From OE-Core rev: 4e2593befcf2986b0242ac287b7f2f6d98bb950e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.1.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.0.10.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.0.10.bb b/meta/recipes-devtools/dnf/dnf_4.1.0.bb
index cd2713fcc6..d45023eb0c 100644
--- a/meta/recipes-devtools/dnf/dnf_4.0.10.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.1.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
12 file://0030-Run-python-scripts-using-env.patch \ 12 file://0030-Run-python-scripts-using-env.patch \
13 " 13 "
14 14
15SRCREV = "622e6d6fab05f0b15460c5b734f9e7b5935864f2" 15SRCREV = "ad9b2175517c896c898cf9c8660e9b9b688ac5c7"
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"