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-sc-firmware | |
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-sc-firmware')
-rw-r--r-- | recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb index f1a2efe5..904c8cc3 100644 --- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb +++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_1.2.bb | |||
@@ -8,7 +8,7 @@ SECTION = "BSP" | |||
8 | 8 | ||
9 | inherit fsl-eula-unpack deploy | 9 | inherit fsl-eula-unpack deploy |
10 | 10 | ||
11 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 11 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "1a37cfcb0c7d338f5b69cb8248c452e3" | 13 | SRC_URI[md5sum] = "1a37cfcb0c7d338f5b69cb8248c452e3" |
14 | SRC_URI[sha256sum] = "05efa9ba86533e99cb508c4982afe9de16abbee2710db623359d856384247a64" | 14 | SRC_URI[sha256sum] = "05efa9ba86533e99cb508c4982afe9de16abbee2710db623359d856384247a64" |