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-avoid-search-host-library-path-for-cros.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-avoid-search-host-library-path-for-cros.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-avoid-search-host-library-path-for-cros.patch | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-avoid-search-host-library-path-for-cros.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-avoid-search-host-library-path-for-cros.patch index b3fd843128..f95e9e85a4 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-avoid-search-host-library-path-for-cros.patch +++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-avoid-search-host-library-path-for-cros.patch | |||
@@ -1,19 +1,20 @@ | |||
1 | From 0a2877400a086e9d6ddd32a80462b7a931921dc2 Mon Sep 17 00:00:00 2001 | 1 | From 82a4f60ab24dff121f5f9d3bbcd9a8a28bb7caef Mon Sep 17 00:00:00 2001 |
2 | From: Chunrong Guo <B40290@freescale.com> | 2 | From: Chunrong Guo <B40290@freescale.com> |
3 | Date: Sun, 8 Sep 2013 23:21:49 -0500 | 3 | Date: Sun, 8 Sep 2013 23:21:49 -0500 |
4 | Subject: [PATCH] libhugetlbfs: avoid search host library path for cross | 4 | Subject: [PATCH] libhugetlbfs: avoid search host library path for cross |
5 | compilation | 5 | compilation |
6 | 6 | ||
7 | Upstream-Status: Inappropriate [oe-core specific] | 7 | Upstream-Status: Inappropriate [oe-core specific] |
8 | 8 | ||
9 | Signed-off-by: Chunrong Guo <B40290@freescale.com> | 9 | Signed-off-by: Chunrong Guo <B40290@freescale.com> |
10 | |||
10 | --- | 11 | --- |
11 | ldscripts/elf32ppclinux.xB | 2 +- | 12 | ldscripts/elf32ppclinux.xB | 2 +- |
12 | ldscripts/elf32ppclinux.xBDT | 2 +- | 13 | ldscripts/elf32ppclinux.xBDT | 2 +- |
13 | ldscripts/elf64ppc.xB | 2 +- | 14 | ldscripts/elf64ppc.xB | 2 +- |
14 | ldscripts/elf64ppc.xBDT | 2 +- | 15 | ldscripts/elf64ppc.xBDT | 2 +- |
15 | ldscripts/elf_x86_64.xB | 2 +- | 16 | ldscripts/elf_x86_64.xB | 2 +- |
16 | ldscripts/elf_x86_64.xBDT | 2 +- | 17 | ldscripts/elf_x86_64.xBDT | 2 +- |
17 | 6 files changed, 6 insertions(+), 6 deletions(-) | 18 | 6 files changed, 6 insertions(+), 6 deletions(-) |
18 | 19 | ||
19 | diff --git a/ldscripts/elf32ppclinux.xB b/ldscripts/elf32ppclinux.xB | 20 | diff --git a/ldscripts/elf32ppclinux.xB b/ldscripts/elf32ppclinux.xB |
@@ -94,6 +95,3 @@ index 1855202..c62d245 100644 | |||
94 | INPUT(-lhugetlbfs); | 95 | INPUT(-lhugetlbfs); |
95 | /* Do we need any of these for elf? | 96 | /* Do we need any of these for elf? |
96 | __DYNAMIC = 0; */ | 97 | __DYNAMIC = 0; */ |
97 | -- | ||
98 | 1.7.9.7 | ||
99 | |||