mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
numactl: Fix QA warnings
WARNING: QA Issue: numactl-ptest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fec2a97a87
commit
fdfc90b76a
@@ -42,3 +42,5 @@ do_install_ptest() {
|
|||||||
install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/
|
install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/
|
||||||
install -m 0755 ${B}/numactl ${D}${PTEST_PATH}/
|
install -m 0755 ${B}/numactl ${D}${PTEST_PATH}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-ptest = "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user