mcelog: Remove manual RDEPENDS from PN-ptest to PN package

They are now added automatically by the ptest class.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-06-09 13:22:20 +03:00 committed by Khem Raj
parent b4e9a646ce
commit 3ae37ea261

View File

@ -32,4 +32,4 @@ do_install_ptest() {
sed -i 's#../../mcelog#mcelog#' ${D}${PTEST_PATH}/tests/test
}
RDEPENDS_${PN}-ptest += "${PN} make bash mce-inject"
RDEPENDS_${PN}-ptest += "make bash mce-inject"