]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
hwlatdetect: fix RDEPENDS to avoid QA failures
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 21 Aug 2017 22:09:59 +0000 (15:09 -0700)
committerAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Fri, 24 Nov 2017 23:57:43 +0000 (15:57 -0800)
commit36bc343fba2af2a640b526fc110c5a2f670b1252
tree1b832a3fd9f0c9145a849a702b7868318054a34e
parent109cf74657c204cf746d67e968ff44cb58cc5c29
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-core instead of python3, the QA check works correctly
and we avoid failures.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb