summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
diff options
context:
space:
mode:
authorJianchuan Wang <jianchuan.wang@windriver.com>2015-07-29 10:46:58 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:52:32 +0200
commit91e6dc888aa6f1e09d8a032d4ce556fc45c4b5db (patch)
treebc22c2d59acf3bceb5a221ae291b0ab131c1d53a /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
parentd6167bd029e979b70393af2a2ff91c2faa9d6af4 (diff)
downloadmeta-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/libhugetlbfs_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index ce0c6af0f..a2d3922cc 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -7,21 +7,16 @@ DEPENDS = "sysfsutils perl"
7RDEPENDS_${PN} += "bash perl python python-io python-lang python-subprocess python-resource" 7RDEPENDS_${PN} += "bash perl python python-io python-lang python-subprocess python-resource"
8RDEPENDS_${PN}-tests += "bash" 8RDEPENDS_${PN}-tests += "bash"
9 9
10PV = "2.18" 10PV = "2.19"
11PE = "1" 11PE = "1"
12 12
13SRCREV = "ea3f6b273f535aab38cefae30030774457bbbfe6" 13SRCREV = "426c22d65415fcb8927f68fbc5887e075a8dc40a"
14SRC_URI = " \ 14SRC_URI = " \
15 git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \ 15 git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \
16 file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ 16 file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \
17 file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ 17 file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \
18 file://tests-Makefile-install-static-4G-edge-testcases.patch \ 18 file://tests-Makefile-install-static-4G-edge-testcases.patch \
19 file://0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch \ 19 file://0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch \
20 file://0001-aarch64-fix-cross-compilation.patch \
21 file://0001-ld.hugetlbfs-arm-arches-fix-page-size-and-text-offse.patch \
22 file://0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch \
23 file://0001-Extend-arm32-support-to-include-BE-variants.patch \
24 file://0001-Makefile-Recognize-all-ix86-arches.patch \
25" 20"
26 21
27S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"