summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-28 18:25:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-29 12:54:12 +0100
commit66030644e0cfa1ceff66b3d880bb828127c45d1d (patch)
tree4407a1f8cf80e82f1c59306fff652eb0a27cd2ae
parent124ac408d46b78814c2a397631aa74e1c6eeff6c (diff)
downloadpoky-66030644e0cfa1ceff66b3d880bb828127c45d1d.tar.gz
file: update to 5.37
(From OE-Core rev: 127d706d7fe5d29c500ab6f81bc6d97982209bf6) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/file/file_5.37.bb (renamed from meta/recipes-devtools/file/file_5.36.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.36.bb b/meta/recipes-devtools/file/file_5.37.bb
index 9a0e5bd220..803aa9a271 100644
--- a/meta/recipes-devtools/file/file_5.36.bb
+++ b/meta/recipes-devtools/file/file_5.37.bb
@@ -16,7 +16,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)"
16 16
17SRC_URI = "git://github.com/file/file.git" 17SRC_URI = "git://github.com/file/file.git"
18 18
19SRCREV = "f3a4b9ada3ca99e62c62b9aa78eee4935a8094fe" 19SRCREV = "a0d5b0e4e9f97d74a9911e95cedd579852e25398"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit autotools update-alternatives 22inherit autotools update-alternatives