diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-15 12:54:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-16 11:10:02 +0100 |
commit | 2b01a303b7123b0ce26f01e6e426effa8feca5fa (patch) | |
tree | 673b38bfcf1d27748e6d505b1cebb958dfea09ec /meta/recipes-devtools | |
parent | a8ede5f6c18f31af334ffd6bf6c4c4d946ee3733 (diff) | |
download | poky-2b01a303b7123b0ce26f01e6e426effa8feca5fa.tar.gz |
dnf: upgrade 4.1.0 -> 4.2.2
(From OE-Core rev: a1e6771747d4b149e7b1b3e4f259e3272a474bd5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.2.2.bb (renamed from meta/recipes-devtools/dnf/dnf_4.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.1.0.bb b/meta/recipes-devtools/dnf/dnf_4.2.2.bb index d45023eb0c..3970b41121 100644 --- a/meta/recipes-devtools/dnf/dnf_4.1.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.2.2.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 | ||
15 | SRCREV = "ad9b2175517c896c898cf9c8660e9b9b688ac5c7" | 15 | SRCREV = "9947306a55271b8b7c9e2b6e3b7d582885b6045d" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |