summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch b/meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch
deleted file mode 100644
index e42a6c0a4d..0000000000
--- a/meta/recipes-core/gettext/gettext-0.21/0001-msgmerge-29-Add-executable-file-mode-bits.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From 71988f83b69c4ed98d1b9418da80edf11a931894 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 23 Sep 2020 22:08:34 -0700
4Subject: [PATCH] msgmerge-29: Add executable file mode bits
5
6This script is installed with default mode bits and executed directly
7e.g ./msgmerge-29 when doing make check which results in
8
9/bin/bash: line 9: ./msgmerge-29: Permission denied
10
11Upstream-Status: Pending
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 gettext-tools/tests/msgmerge-29 | 0
15 1 file changed, 0 insertions(+), 0 deletions(-)
16 mode change 100644 => 100755 gettext-tools/tests/msgmerge-29
17
18diff --git a/gettext-tools/tests/msgmerge-29 b/gettext-tools/tests/msgmerge-29
19old mode 100644
20new mode 100755
21--
222.28.0
23