aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-08-21 05:20:43 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-23 13:18:35 +0200
commit78038840cccee0464e4d84ba8cfc4d3cec9e369d (patch)
treeda06438dd8f59645ae1ad3ccc06aa704063fc08e /meta-oe/recipes-benchmark
parent2619e2e80c3e30577127abf5f71863fac8919f2f (diff)
downloadmeta-openembedded-contrib-78038840cccee0464e4d84ba8cfc4d3cec9e369d.tar.gz
lmbench: remove debianutils from RDEPENDS and add perl
- I don't see any evdidence that lmbench needs debianutils to run: debianutils provides: run-parts, tempfile, savelog, which, ischroot, add-shell, installkernel, remove-shell but none of them is used by lmbench scripts and I tested it work fine without debianutils, so remove debianutils from RDEPENDS - Some scripts in lmbench are perl scripts, so add RDEPENDS on perl (no addtional perl module is needed). Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 38e0d2eb88..0586d72f2d 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -74,5 +74,5 @@ pkg_postinst_${PN} () {
fi
}
-RDEPENDS_${PN} = "debianutils"
+RDEPENDS_${PN} = "perl"
FILES_${PN} += "${datadir}/lmbench ${libdir}/lmbench"