summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-13 14:41:09 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-14 13:58:15 -0300
commit6aa6eeb77312e5bd998b117665412fc03bcd63e8 (patch)
tree43363acd4e9f7232817889d3c502721b8c6e9059 /recipes-multimedia
parent99a3ed1e19b2e8b991c3f0b520e40d123055c033 (diff)
downloadmeta-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')
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.4.5.bb2
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.4.5.bb2
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.5.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.4.5.bb b/recipes-multimedia/imx-codec/imx-codec_4.4.5.bb
index 1e023ca4..b7afeb69 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.4.5.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.4.5.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28"
10# Backward compatibility 10# Backward compatibility
11PROVIDES += "libfslcodec" 11PROVIDES += "libfslcodec"
12 12
13SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 13SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
14SRC_URI[md5sum] = "e17258161c84530097f6f9d5d46e6c26" 14SRC_URI[md5sum] = "e17258161c84530097f6f9d5d46e6c26"
15SRC_URI[sha256sum] = "b53eeada02ab09c8f5216348c667f8d8edef0c585e4b2f738e8b18955ad710b4" 15SRC_URI[sha256sum] = "b53eeada02ab09c8f5216348c667f8d8edef0c585e4b2f738e8b18955ad710b4"
16 16
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb b/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb
index 93d6e21c..f87e19f6 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.4.5.bb
@@ -13,7 +13,7 @@ RREPLACES_${PN} = "libfslparser"
13RPROVIDES_${PN} = "libfslparser" 13RPROVIDES_${PN} = "libfslparser"
14RCONFLICTS_${PN} = "libfslparser" 14RCONFLICTS_${PN} = "libfslparser"
15 15
16SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 16SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
17SRC_URI[md5sum] = "7fa7b0fa1682cae71c3a163da866f676" 17SRC_URI[md5sum] = "7fa7b0fa1682cae71c3a163da866f676"
18SRC_URI[sha256sum] = "de86b57b429c0e6ed6b6842e5af1ec4d7b9d2074234769de6ba2edf04c967acd" 18SRC_URI[sha256sum] = "de86b57b429c0e6ed6b6842e5af1ec4d7b9d2074234769de6ba2edf04c967acd"
19 19
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 10ce6a26..dd777ff7 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"
14RPROVIDES_${PN} = "libfslvpuwrap" 14RPROVIDES_${PN} = "libfslvpuwrap"
15RCONFLICTS_${PN} = "libfslvpuwrap" 15RCONFLICTS_${PN} = "libfslvpuwrap"
16 16
17SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 17SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
18 18
19SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0" 19SRC_URI[md5sum] = "dc462fd44682013153144187c2e6b6b0"
20SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92" 20SRC_URI[sha256sum] = "7ebb6b322a67fbbb902222f949ba09a7e52120b4102e1ad969e8b1491c42fa92"