diff options
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch | 2 | ||||
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch index 1ab461c492..676fa8a7af 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch +++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch | |||
@@ -34,7 +34,7 @@ Signed-off-by: Guo Chunrong <B40290@freescale.com> | |||
34 | ifeq ($(ARCH),aarch64) | 34 | ifeq ($(ARCH),aarch64) |
35 | -CC64 = gcc | 35 | -CC64 = gcc |
36 | +CC64 = $(CC) | 36 | +CC64 = $(CC) |
37 | ELF64 = aarch64elf_linux | 37 | ELF64 = aarch64elf |
38 | -TMPLIB64 = lib64 | 38 | -TMPLIB64 = lib64 |
39 | +TMPLIB64 = lib | 39 | +TMPLIB64 = lib |
40 | CUSTOM_LDSCRIPTS = no | 40 | CUSTOM_LDSCRIPTS = no |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index d29dee17d9..41fd0bd697 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -5,11 +5,8 @@ LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
5 | DEPENDS = "sysfsutils perl" | 5 | DEPENDS = "sysfsutils perl" |
6 | RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource" | 6 | RDEPENDS_${PN} += "python python-io python-lang python-subprocess python-resource" |
7 | 7 | ||
8 | SRCREV = "49fedbe172343b3f7b39dc81bd2d81a18a34eb2f" | 8 | SRCBRANCH = "next" |
9 | SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ | 9 | SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code;branch=${SRCBRANCH} \ |
10 | file://aarch64-support.patch \ | ||
11 | file://aarch64-unit-test-fixes.patch \ | ||
12 | file://add-PROT-NONE-to-the-mprotest-test.patch \ | ||
13 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ | 10 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ |
14 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ | 11 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ |
15 | file://fix-lib64-can-not-be-shiped-in-64bit-target.patch \ | 12 | file://fix-lib64-can-not-be-shiped-in-64bit-target.patch \ |
@@ -17,6 +14,7 @@ SRC_URI = "git://git.code.sf.net/p/libhugetlbfs/code \ | |||
17 | file://0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch \ | 14 | file://0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch \ |
18 | file://0001-install-perl-lib-to-directory-perl-instead-of-perl5.patch \ | 15 | file://0001-install-perl-lib-to-directory-perl-instead-of-perl5.patch \ |
19 | " | 16 | " |
17 | SRCREV = "6824d18d5f33fdab445a8eff147fcdb6361f5791" | ||
20 | 18 | ||
21 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
22 | 20 | ||