]> code.ossystems Code Review - meta-freescale.git/commitdiff
recipes: Use BPN instead of PN in SRC_URIs
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 23 Aug 2019 09:21:33 +0000 (09:21 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 23 Aug 2019 12:21:10 +0000 (09:21 -0300)
Fix QA issue: SRC_URI uses PN not BPN [src-uri-bad]

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.11.0.bb
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc

index 6fae1fe7b6aa32db315b7c195dcfed7922bcb095..3aeba4ac79e6d7bf3c5f91e2c649be2220ae742e 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c0478f4339af024519b3723023fe28"
 PROVIDES = "virtual/imxvpu"
 
 SRC_URI = " \
-    ${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \
+    ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \
 "
 SRC_URI[md5sum] = "51b811f9523d03ca87f611ba86594311"
 SRC_URI[sha256sum] = "cec620241d303852ddad8601f2025a68abbc1ec26d605103c7e4173749b59e3f"
index b33780d2bf5b02cd1cc2ba3fbf992c7fb6a2219a..c9317d362cb6948f5f7db6eac6264c0b47fb11c2 100644 (file)
@@ -55,7 +55,7 @@ inherit fsl-eula-unpack distro_features_check
 
 REQUIRED_DISTRO_FEATURES_mx8 = "wayland"
 
-SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
+SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
 
 # Note : If you add a package here, to prevent a naming conflict see the python_anonymous() futher below
 IMX_PACKAGES_GBM     = ""