From: Otavio Salvador Date: Fri, 3 Nov 2017 20:02:07 +0000 (-0200) Subject: imx-vpu: Avoid setting RPROVIDES X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=273d1bda16db47141e56fcbf6c6172e53abf9951;p=meta-freescale.git 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 --- 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