summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r--meta/recipes-devtools/file/file/ge-le.patch2
-rw-r--r--meta/recipes-devtools/file/file/stringb-compat.patch2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/file/file/ge-le.patch b/meta/recipes-devtools/file/file/ge-le.patch
index 7b7d8b60a4..fb7d671d6c 100644
--- a/meta/recipes-devtools/file/file/ge-le.patch
+++ b/meta/recipes-devtools/file/file/ge-le.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1`>=' and `<=' was silently ignored in previous version, 3`>=' and `<=' was silently ignored in previous version,
2but causes an warning in file 5.04. Add support for these 4but causes an warning in file 5.04. Add support for these
3two operators as a feature extension, however, users should 5two operators as a feature extension, however, users should
diff --git a/meta/recipes-devtools/file/file/stringb-compat.patch b/meta/recipes-devtools/file/file/stringb-compat.patch
index 055e43e30a..8aba31e99f 100644
--- a/meta/recipes-devtools/file/file/stringb-compat.patch
+++ b/meta/recipes-devtools/file/file/stringb-compat.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1`B' in file 4.x has the same meaning with `W' in file 5, 3`B' in file 4.x has the same meaning with `W' in file 5,
2let `B' be an alias of `W'. 4let `B' be an alias of `W'.
3 5