diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2019-08-23 09:21:33 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-08-23 09:21:10 -0300 |
| commit | c1b7cfa9931ebd6373a9a24145a6eb34381895a4 (patch) | |
| tree | f438a7c87c0472c6237563131f0a6fb31dfebbc0 /recipes-bsp | |
| parent | fa4994b2d8da73fd3ae30875b3af8d7a682cdd53 (diff) | |
| download | meta-freescale-c1b7cfa9931ebd6373a9a24145a6eb34381895a4.tar.gz | |
recipes: Use BPN instead of PN in SRC_URIs
Fix QA issue: SRC_URI uses PN not BPN [src-uri-bad]
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb index 6fae1fe7b..3aeba4ac7 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28" | |||
| 7 | PROVIDES = "virtual/imxvpu" | 7 | PROVIDES = "virtual/imxvpu" |
| 8 | 8 | ||
| 9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 10 | ${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \ | 10 | ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[md5sum] = "51b811f9523d03ca87f611ba86594311" | 12 | SRC_URI[md5sum] = "51b811f9523d03ca87f611ba86594311" |
| 13 | SRC_URI[sha256sum] = "cec620241d303852ddad8601f2025a68abbc1ec26d605103c7e4173749b59e3f" | 13 | SRC_URI[sha256sum] = "cec620241d303852ddad8601f2025a68abbc1ec26d605103c7e4173749b59e3f" |
