summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf/dnf_2.6.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-18 16:02:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-19 22:15:38 +0100
commit342393587cdc364c12c0a0ba1694f3198cd49158 (patch)
tree7972e53845575e3f1ae73aa481b11e52fcabeef9 /meta/recipes-devtools/dnf/dnf_2.6.3.bb
parenta09aa675bb8757a677c3f8289b459aa4a064aa34 (diff)
downloadpoky-342393587cdc364c12c0a0ba1694f3198cd49158.tar.gz
dnf: fix "Unable to detect release version" warning
The release version was actually working correctly; it only makes the warning work properly. (From OE-Core rev: e7986a5493ccd222b82c2388ea8c3bb7004b48dd) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dnf/dnf_2.6.3.bb')
-rw-r--r--meta/recipes-devtools/dnf/dnf_2.6.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_2.6.3.bb b/meta/recipes-devtools/dnf/dnf_2.6.3.bb
index 51072901e4..3ed6a74570 100644
--- a/meta/recipes-devtools/dnf/dnf_2.6.3.bb
+++ b/meta/recipes-devtools/dnf/dnf_2.6.3.bb
@@ -10,6 +10,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
10 file://0001-Do-not-prepend-installroot-to-logdir.patch \ 10 file://0001-Do-not-prepend-installroot-to-logdir.patch \
11 file://0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch \ 11 file://0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch \
12 file://0001-Corretly-install-tmpfiles.d-configuration.patch \ 12 file://0001-Corretly-install-tmpfiles.d-configuration.patch \
13 file://0001-Check-conf.releasever-instead-of-releasever.patch \
13 " 14 "
14 15
15SRCREV = "be2585183ec4485ee4d5e121f242d8669296f065" 16SRCREV = "be2585183ec4485ee4d5e121f242d8669296f065"