summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
index b9d65a7a20..6d96a13cd4 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs"
3LICENSE = "LGPL-2.1-only" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
5 5
6RDEPENDS:${PN} += "bash python3-core" 6RDEPENDS:${PN} += "bash"
7RDEPENDS:${PN}-tests += "bash python3-core python3-resource" 7RDEPENDS:${PN}-tests += "bash python3-core python3-resource"
8 8
9PE = "1" 9PE = "1"
@@ -47,7 +47,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
47 47
48LDFLAGS += "-B${S}" 48LDFLAGS += "-B${S}"
49 49
50inherit autotools-brokensep cpan-base 50inherit autotools-brokensep
51 51
52do_configure:prepend() { 52do_configure:prepend() {
53 ln -sf ld.hugetlbfs ${S}/ld 53 ln -sf ld.hugetlbfs ${S}/ld