aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file/fix-bogus-magic.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-06 15:57:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-08 10:51:28 +0100
commit990a9c944375146bb3f0208b30e8b7f50239cef5 (patch)
treeeb7b400eb2df24ffa2e8cc9d9d3599b9a924d64b /meta/recipes-devtools/file/file/fix-bogus-magic.patch
parent1c279929b87fda0eb2598e9e9f218dd38cfeb1a1 (diff)
downloadopenembedded-core-contrib-990a9c944375146bb3f0208b30e8b7f50239cef5.tar.gz
file: Update to 5.34
Distros which have glibc 2.28 on them otherwsise fail to build due to some syscall mismatches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file/fix-bogus-magic.patch')
-rw-r--r--meta/recipes-devtools/file/file/fix-bogus-magic.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/file/file/fix-bogus-magic.patch b/meta/recipes-devtools/file/file/fix-bogus-magic.patch
deleted file mode 100644
index 9a33ea7a0d..0000000000
--- a/meta/recipes-devtools/file/file/fix-bogus-magic.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From c637aaad6f0db5ad45a5296c837cb1f5253d3e3a Mon Sep 17 00:00:00 2001
-From: Christos Zoulas <christos@zoulas.com>
-Date: Thu, 24 May 2018 18:54:40 +0000
-Subject: [PATCH] fix bogus magic
-
-Upstream-Status: Backport
-[https://github.com/file/file/commit/4fb6a59df80d4974f8230bfce36e38e6de7d574f]
-
-Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
----
- magic/Magdir/dbpf | 6 ++----
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/magic/Magdir/dbpf b/magic/Magdir/dbpf
-index 65cab61e..e81c5538 100644
---- a/magic/Magdir/dbpf
-+++ b/magic/Magdir/dbpf
-@@ -9,9 +9,7 @@
- >4 ulelong x \b, version: %u.
- >>8 ulelong x \b%u
- >>>36 ulelong x \b, files: %u
-+>>24 ledate !0 \b, created: %s
-+>>28 ledate !0 \b, modified: %s
- !:ext dbpf/package/dat/sc4
- !:mime application/x-maxis-dbpf
--4 ulelong 1
-->8 ulelong !1
-->>24 ledate !0 \b, created: %s
-->>>28 ledate !0 \b, modified: %s
---
-2.13.3
-