diff options
author | Jianchuan Wang <jianchuan.wang@windriver.com> | 2015-07-29 10:46:58 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:52:32 +0200 |
commit | 91e6dc888aa6f1e09d8a032d4ce556fc45c4b5db (patch) | |
tree | bc22c2d59acf3bceb5a221ae291b0ab131c1d53a /meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch | |
parent | d6167bd029e979b70393af2a2ff91c2faa9d6af4 (diff) | |
download | meta-openembedded-91e6dc888aa6f1e09d8a032d4ce556fc45c4b5db.tar.gz |
libhugetlbfs: Uprev to v2.19 from v2.18
The 5 patches which are deleted have been in the v2.19
Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch deleted file mode 100644 index 9e2a5e58df..0000000000 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Subject: [PATCH 1/1] Replace lib/lib64 hardcoded values by LIBDIR32/LIBDIR64 | ||
2 | variables | ||
3 | |||
4 | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> | ||
5 | |||
6 | Upstream-Status: Submitted | ||
7 | --- | ||
8 | Makefile | 4 ++-- | ||
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
10 | |||
11 | diff --git a/Makefile b/Makefile | ||
12 | index 91502e1..682c0db 100644 | ||
13 | --- a/Makefile | ||
14 | +++ b/Makefile | ||
15 | @@ -181,9 +181,9 @@ BINDIR = $(PREFIX)/share/libhugetlbfs | ||
16 | EXEDIR = $(PREFIX)/bin | ||
17 | DOCDIR = $(PREFIX)/share/doc/libhugetlbfs | ||
18 | ifdef CC32 | ||
19 | -PMDIR = $(PREFIX)/lib/perl5/TLBC | ||
20 | +PMDIR = $(LIBDIR32)/perl5/TLBC | ||
21 | else | ||
22 | -PMDIR = $(PREFIX)/lib64/perl5/TLBC | ||
23 | +PMDIR = $(LIBDIR64)/perl5/TLBC | ||
24 | endif | ||
25 | MANDIR1 = $(PREFIX)/share/man/man1 | ||
26 | MANDIR3 = $(PREFIX)/share/man/man3 | ||
27 | -- | ||
28 | 1.9.2 | ||
29 | |||