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-graphics | |
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-graphics')
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index b33780d2..c9317d36 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -55,7 +55,7 @@ inherit fsl-eula-unpack distro_features_check | |||
55 | 55 | ||
56 | REQUIRED_DISTRO_FEATURES_mx8 = "wayland" | 56 | REQUIRED_DISTRO_FEATURES_mx8 = "wayland" |
57 | 57 | ||
58 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 58 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
59 | 59 | ||
60 | # Note : If you add a package here, to prevent a naming conflict see the python_anonymous() futher below | 60 | # Note : If you add a package here, to prevent a naming conflict see the python_anonymous() futher below |
61 | IMX_PACKAGES_GBM = "" | 61 | IMX_PACKAGES_GBM = "" |