summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-10-25 22:26:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-27 09:46:41 +0100
commit56da9f74f7030085088f0cab53523b188b1d90c9 (patch)
tree08bdc0d46df66bf08666034ea2c81d117589fea2
parent7f6b6dd2744206c6563319b6cb4012fae0c78cc9 (diff)
downloadpoky-56da9f74f7030085088f0cab53523b188b1d90c9.tar.gz
file: upgrade 5.40 -> 5.41
(From OE-Core rev: cf501dd94e16e4dfad7df6e57ef6b5bd6ab6d7d1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/file/file_5.41.bb (renamed from meta/recipes-devtools/file/file_5.40.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.40.bb b/meta/recipes-devtools/file/file_5.41.bb
index 32b61f4f39..9cc83085d0 100644
--- a/meta/recipes-devtools/file/file_5.40.bb
+++ b/meta/recipes-devtools/file/file_5.41.bb
@@ -13,7 +13,7 @@ DEPENDS:class-native = "bzip2-replacement-native"
13 13
14SRC_URI = "git://github.com/file/file.git" 14SRC_URI = "git://github.com/file/file.git"
15 15
16SRCREV = "f49fda6f52a9477d817dbd9c06afab02daf025f8" 16SRCREV = "504206e53a89fd6eed71aeaf878aa3512418eab1"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit autotools update-alternatives 19inherit autotools update-alternatives