aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-12-10 17:35:49 +0200
committerDaniel Díaz <daniel.diaz@linaro.org>2018-07-24 16:15:46 -0500
commitcdc263e7f5034e485c40efd1318bea554ad17dcb (patch)
treec18df714fa1dad2f90a5ec525f1860be1cb499f8
parent6bc832485b26eff6a6a63ec127f98ec39aa0dbb4 (diff)
libhugetlbfs: remove perl package
The perl scripts have been removed in https://github.com/libhugetlbfs/libhugetlbfs/commit/c3e5cb223798eca4e3297829a47d39bbcd73c527 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> (Cherry-picked from commit f7212b9fdf071adda0d36855ca9b9ab6f6d7e40a) Change-Id: I15ae7fabdb2ae60bc18633a228ba979dab656b1a
-rw-r--r--openembedded-layer/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb15
1 files changed, 3 insertions, 12 deletions
diff --git a/openembedded-layer/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/openembedded-layer/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 499e99f..91bdf11 100644
--- a/openembedded-layer/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/openembedded-layer/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
-DEPENDS = "sysfsutils perl"
-RDEPENDS_${PN} += "bash perl python python-io python-lang python-subprocess python-resource ${PN}-perl"
+DEPENDS = "sysfsutils"
+RDEPENDS_${PN} += "bash python python-io python-lang python-subprocess python-resource"
RDEPENDS_${PN}-tests += "bash"
PV = "2.20+git${SRCPV}+next"
@@ -42,14 +42,6 @@ do_configure() {
if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then
sed -i 's/CUSTOM_LDSCRIPTS = yes/CUSTOM_LDSCRIPTS = no/' Makefile
fi
-
- # fixup perl module directory hardcoded to perl5
- sed -i 's/perl5/perl/g' Makefile
-
- # fixup to install perl module under $(LIBDIR)/perl/${@get_perl_version(d)}/TLBC
- # to avoid below error
- # Can't locate TLBC/OpCollect.pm in @INC
- sed -i '/^PMDIR/ s:perl:perl/${@get_perl_version(d)}:g' Makefile
}
do_install() {
@@ -60,11 +52,10 @@ do_install() {
}
-PACKAGES =+ "${PN}-perl ${PN}-tests "
+PACKAGES =+ "${PN}-tests "
FILES_${PN} += "${libdir}/*.so"
FILES_${PN}-dev = "${includedir}"
FILES_${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhugetlbfs/tests/obj64/.debug"
-FILES_${PN}-perl = "${libdir}/perl"
FILES_${PN}-tests += "${libdir}/libhugetlbfs/tests"
INSANE_SKIP_${PN} = "dev-so"