summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-10-12 12:28:04 -0700
committerKhem Raj <raj.khem@gmail.com>2018-10-12 13:08:17 -0700
commitff0c0a1d83cafde9e039824329f0506335828745 (patch)
tree3a928bedc9c86249fec8bbbe22c0055ec0ef83a9 /meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
parent0dfc9ab6f069924a17c523e61c7e37b380248fc0 (diff)
downloadmeta-openembedded-ff0c0a1d83cafde9e039824329f0506335828745.tar.gz
libhugetlbfs: Refresh patches with devtool
Makes devtool happy as per http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
index 15664884b..7cc180a4b 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
@@ -1,14 +1,16 @@
1From 889e52753d30179ba4ac940023cb4ed561436ab8 Mon Sep 17 00:00:00 2001 1From b5887693d90c430291b644c2f5713b5fdd1777ce Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com> 2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Tue, 4 Nov 2014 00:49:11 -0800 3Date: Tue, 4 Nov 2014 00:49:11 -0800
4Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for cross compilation 4Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for
5 cross compilation
5 6
6Upstream-Status: Inappropriate [cross compile specific] 7Upstream-Status: Inappropriate [cross compile specific]
7 8
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 9Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10
9--- 11---
10 ldscripts/elf_i386.xB | 1 - 12 ldscripts/elf_i386.xB | 1 -
11 ldscripts/elf_i386.xBDT | 1 - 13 ldscripts/elf_i386.xBDT | 1 -
12 2 files changed, 2 deletions(-) 14 2 files changed, 2 deletions(-)
13 15
14diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB 16diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB
@@ -35,6 +37,3 @@ index d72aebe..3bac1b1 100644
35 INPUT(-lhugetlbfs); 37 INPUT(-lhugetlbfs);
36 /* Do we need any of these for elf? 38 /* Do we need any of these for elf?
37 __DYNAMIC = 0; */ 39 __DYNAMIC = 0; */
38--
391.7.9.5
40