diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-09-13 14:41:09 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-14 13:58:15 -0300 |
| commit | 6aa6eeb77312e5bd998b117665412fc03bcd63e8 (patch) | |
| tree | 43363acd4e9f7232817889d3c502721b8c6e9059 /recipes-multimedia/imx-vpuwrap | |
| parent | 99a3ed1e19b2e8b991c3f0b520e40d123055c033 (diff) | |
| download | meta-freescale-6aa6eeb77312e5bd998b117665412fc03bcd63e8.tar.gz | |
layer: replace ${PN} with ${BPN} in SRC_URI
This prevents a number warnings like the following:
| imx-sc-firmware-1.2-r0 do_package_qa: QA Issue: imx-sc-firmware: SRC_URI uses PN not BPN [src-uri-bad]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
| -rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb index 10ce6a260..dd777ff7f 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb | |||
| @@ -14,7 +14,7 @@ RREPLACES_${PN} = "libfslvpuwrap" | |||
| 14 | RPROVIDES_${PN} = "libfslvpuwrap" | 14 | RPROVIDES_${PN} = "libfslvpuwrap" |
| 15 | RCONFLICTS_${PN} = "libfslvpuwrap" | 15 | RCONFLICTS_${PN} = "libfslvpuwrap" |
| 16 | 16 | ||
| 17 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 17 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
| 18 | 18 | ||
| 19 | SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0" | 19 | SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0" |
| 20 | SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92" | 20 | SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92" |
