diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-12 12:28:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-12 13:08:17 -0700 |
commit | ff0c0a1d83cafde9e039824329f0506335828745 (patch) | |
tree | 3a928bedc9c86249fec8bbbe22c0055ec0ef83a9 /meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch | |
parent | 0dfc9ab6f069924a17c523e61c7e37b380248fc0 (diff) | |
download | meta-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.patch | 13 |
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 @@ | |||
1 | From 889e52753d30179ba4ac940023cb4ed561436ab8 Mon Sep 17 00:00:00 2001 | 1 | From b5887693d90c430291b644c2f5713b5fdd1777ce Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
3 | Date: Tue, 4 Nov 2014 00:49:11 -0800 | 3 | Date: Tue, 4 Nov 2014 00:49:11 -0800 |
4 | Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for cross compilation | 4 | Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for |
5 | cross compilation | ||
5 | 6 | ||
6 | Upstream-Status: Inappropriate [cross compile specific] | 7 | Upstream-Status: Inappropriate [cross compile specific] |
7 | 8 | ||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 9 | Signed-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 | ||
14 | diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB | 16 | diff --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 | -- | ||
39 | 1.7.9.5 | ||
40 | |||