]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-vpu: Avoid setting RPROVIDES
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Nov 2017 20:02:07 +0000 (18:02 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Nov 2017 20:02:07 +0000 (18:02 -0200)
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 <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-vpu/imx-vpu.inc

index a8860af47c4f279c6a0377fe24efc0764835864d..7b3395653694560be0a51b0d01d890972224b398 100644 (file)
@@ -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