]> code.ossystems Code Review - openembedded-core.git/commit
hwlatdetect: fix RDEPENDS to avoid QA failures master-next-2.5
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 21 Aug 2017 22:09:59 +0000 (15:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Sep 2017 13:07:53 +0000 (14:07 +0100)
commite4b86c930d23b0581104788e4b0d29994f5b3bef
treec4d038d741dbf6ee350b603ce0d004e84d8a01fc
parent7fc6360dd874c9b6fb9cf785fb2dfe3aec55c9a7
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