summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch')
-rw-r--r--meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch b/meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
deleted file mode 100644
index d273cab4a3..0000000000
--- a/meta/recipes-core/glibc/glibc/0028-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From b4e0a034b12b313dcb82d22341bef6a66b3e9ef9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 18 Mar 2015 00:11:22 +0000
4Subject: [PATCH] readlib: Add OECORE_KNOWN_INTERPRETER_NAMES to known names
5
6This bolts in a hook for OE to pass its own version of interpreter
7names into glibc especially for multilib case, where it differs from any
8other distros
9
10Upstream-Status: Inappropriate [OE specific]
11
12Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14---
15 elf/readlib.c | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/elf/readlib.c b/elf/readlib.c
19index 7383c23249..e97ea9449d 100644
20--- a/elf/readlib.c
21+++ b/elf/readlib.c
22@@ -51,6 +51,7 @@ static struct known_names interpreters[] =
23 #ifdef SYSDEP_KNOWN_INTERPRETER_NAMES
24 SYSDEP_KNOWN_INTERPRETER_NAMES
25 #endif
26+ OECORE_KNOWN_INTERPRETER_NAMES
27 };
28
29 static struct known_names known_libs[] =