[oe-commits] [meta-openembedded] 18/46: mcelog: Remove manual RDEPENDS from PN-ptest to PN package

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 19:08:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9a983e5dbc232fffb20f1aafedd7a6848f51c285
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Jun 9 13:22:20 2019 +0300

    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 at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/mcelog/mcelog_162.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/mcelog/mcelog_162.bb b/meta-oe/recipes-support/mcelog/mcelog_162.bb
index dfca385..1aee674 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_162.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_162.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list