summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-11-22 16:41:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:20 +0000
commit9ec07073a1b299cc84690427450ec15b5cb1f570 (patch)
tree4df59f503a990318d8fc0e4f8ff14274772a197a /meta/recipes-devtools/dnf
parentefebb348c100bbcc22b72056116dd666860d2748 (diff)
downloadpoky-9ec07073a1b299cc84690427450ec15b5cb1f570.tar.gz
dnf: update to 4.0.9
(From OE-Core rev: 7670325f4b04000255e2fd4ad58a42ab60a70579) 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.0.9.bb (renamed from meta/recipes-devtools/dnf/dnf_4.0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.0.4.bb b/meta/recipes-devtools/dnf/dnf_4.0.9.bb
index 931e9eff07..24412fd486 100644
--- a/meta/recipes-devtools/dnf/dnf_4.0.4.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.0.9.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 = "6fdf0e8cc714c92ee08bd4db9412d4c587ffafe9" 15SRCREV = "689a4c515738226f3dc85edb2035d23233ff41d8"
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"