[OE-core] [PATCH] hwlatdetect: fix RDEPENDS to avoid QA failures
Alejandro Hernandez
alejandro.hernandez at linux.intel.com
Mon Sep 4 23:03:32 UTC 2017
Yes, this was applied on top of master-next when the python manifest
patches were there, Richard decided to delay those for 2.5 M1
Alejandro
On 09/04/2017 05:05 PM, Burton, Ross wrote:
> This doesn't apply to master, do you have some local Python patches?
>
> Ross
>
> On 21 August 2017 at 23:11, Alejandro Hernandez
> <alejandro.hernandez at linux.intel.com
> <mailto:alejandro.hernandez at linux.intel.com>> wrote:
>
> 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
> <mailto:alejandro.hernandez at linux.intel.com>>
> ---
> meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
> <http://hwlatdetect_1.1.bb> | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
> <http://hwlatdetect_1.1.bb>
> b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
> <http://hwlatdetect_1.1.bb>
> index 60b44a4d258..5f61c4ecddc 100644
> --- a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
> <http://hwlatdetect_1.1.bb>
> +++ b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
> <http://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"
> --
> 2.12.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> <mailto:Openembedded-core at lists.openembedded.org>
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> <http://lists.openembedded.org/mailman/listinfo/openembedded-core>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170904/f2e6c3fe/attachment-0002.html>
More information about the Openembedded-core
mailing list