mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
2619e2e80c
commit
78038840cc
@@ -74,5 +74,5 @@ pkg_postinst_${PN} () {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "debianutils"
|
||||
RDEPENDS_${PN} = "perl"
|
||||
FILES_${PN} += "${datadir}/lmbench ${libdir}/lmbench"
|
||||
|
||||
Reference in New Issue
Block a user