[oe-commits] [openembedded-core] 05/07: hwlatdetect: fix RDEPENDS to avoid QA failures

git at git.openembedded.org git at git.openembedded.org
Tue Aug 22 08:54:32 UTC 2017


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 33715ed3df6ae0489f08eb22bd7cf0e691f72ad5
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Mon Aug 21 15:11:30 2017 -0700

    hwlatdetect: fix RDEPENDS to avoid QA failures
    
    When listing python3 as an RDEPENDS, the image will in fact
    contain python3-modules, but the QA check fails to get
    RPROVIDERS correctly (since the python3 package does not
    actually exist), /usr/bin/python3 is provided by the
    python3-core package, so by fixing the RDEPENDS and listing
    python3-creo instead of python3, the QA check works correctly
    and we avoid failures
    
    Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
index 60b44a4..5f61c4e 100644
--- a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
+++ b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
@@ -22,5 +22,5 @@ do_install() {
 }
 
 FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py"
-RDEPENDS_${PN} = "python3 "
+RDEPENDS_${PN} = "python3-core "
 RRECOMMENDS_${PN} = "kernel-module-hwlat-detector"

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


More information about the Openembedded-commits mailing list