diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-03 18:02:07 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-03 18:02:07 -0200 |
commit | 273d1bda16db47141e56fcbf6c6172e53abf9951 (patch) | |
tree | 61e19b43d70c7c63ce121dcec11a900b7d925bc1 /recipes-bsp/imx-vpu | |
parent | fb66d5010363083ea8d84160b74c62dad67f9a13 (diff) | |
download | meta-freescale-273d1bda16db47141e56fcbf6c6172e53abf9951.tar.gz |
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 <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-vpu')
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu.inc | 3 |
1 files changed, 1 insertions, 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 @@ | |||
1 | # Copyright (C) 2013-2016 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2013-2017 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2013 Freescale Semiconductor | 2 | # Copyright (C) 2013 Freescale Semiconductor |
3 | # Copyright 2017 NXP | 3 | # Copyright 2017 NXP |
4 | 4 | ||
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" | |||
8 | DEPENDS = "virtual/kernel" | 8 | DEPENDS = "virtual/kernel" |
9 | 9 | ||
10 | PROVIDES = "virtual/imxvpu" | 10 | PROVIDES = "virtual/imxvpu" |
11 | RPROVIDES_${PN} = "virtual/imxvpu" | ||
12 | 11 | ||
13 | inherit fsl-eula-unpack | 12 | inherit fsl-eula-unpack |
14 | 13 | ||