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-bsp/imx-vpu | |
| 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-bsp/imx-vpu')
| -rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb index 185bb3d1b..2b60cc24e 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb | |||
| @@ -10,7 +10,7 @@ PROVIDES = "virtual/imxvpu" | |||
| 10 | 10 | ||
| 11 | PE = "1" | 11 | PE = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e" | 15 | SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e" |
| 16 | SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f" | 16 | SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f" |
