Message ID | 20250612124215.2460717-3-ross.burton@arm.com |
---|---|
State | Under Review |
Headers | show |
Series | [1/4] bridge-utils: remove sysfsutils DEPENDS | expand |
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" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" -RDEPENDS:${PN} += "bash python3-core" +RDEPENDS:${PN} += "bash" RDEPENDS:${PN}-tests += "bash python3-core python3-resource" PE = "1" @@ -47,7 +47,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" LDFLAGS += "-B${S}" -inherit autotools-brokensep cpan-base +inherit autotools-brokensep do_configure:prepend() { ln -sf ld.hugetlbfs ${S}/ld
There is no perl used in the build, and no python installed in ${PN}. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)