From 273d1bda16db47141e56fcbf6c6172e53abf9951 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 3 Nov 2017 18:02:07 -0200 Subject: [PATCH] imx-vpu: Avoid setting RPROVIDES The runtime provides does need to be changed as it is going to be handled by the shlib symbol handling during the package generation. This fixes the package generation of libvpu4 which were causing rootfs generation errors when using Debian packages. Reported-by: Daiane Angolini Signed-off-by: Otavio Salvador --- recipes-bsp/imx-vpu/imx-vpu.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu.inc index a8860af4..7b339565 100644 --- a/recipes-bsp/imx-vpu/imx-vpu.inc +++ b/recipes-bsp/imx-vpu/imx-vpu.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 O.S. Systems Software LTDA. +# Copyright (C) 2013-2017 O.S. Systems Software LTDA. # Copyright (C) 2013 Freescale Semiconductor # Copyright 2017 NXP @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" DEPENDS = "virtual/kernel" PROVIDES = "virtual/imxvpu" -RPROVIDES_${PN} = "virtual/imxvpu" inherit fsl-eula-unpack -- 2.40.1