summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-sdk
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
commit96b4f44279d022af8930f01d4a09c12df0be07e4 (patch)
treef1efce5cef12552f3ed5cdbca06f0930087d82c4 /recipes-graphics/imx-gpu-sdk
parent1161bee242e93dd083efdd5f32d16efa67e9946e (diff)
downloadmeta-freescale-96b4f44279d022af8930f01d4a09c12df0be07e4.tar.gz
global: Drop needless whitespace in assignments
Remove the stray space between an assignment's opening quote and its line-continuation backslash, and the space before '%' in inline ${@...} expressions. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.vars.notneededspace), isolated to one commit. The affected values are whitespace-separated lists (leading space is insignificant) and Python format expressions ("%s"% p is equivalent), so there is no functional change; a re-run of oelint-adv reports the rule clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-sdk')
-rw-r--r--recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb12
-rw-r--r--recipes-graphics/imx-gpu-sdk/libxdg-shell.bb2
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
index 126f12b92..86b8a9f97 100644
--- a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
+++ b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb
@@ -8,7 +8,7 @@ DEPENDS_BACKEND = \
8 bb.utils.contains('DISTRO_FEATURES', 'x11', ' xrandr', \ 8 bb.utils.contains('DISTRO_FEATURES', 'x11', ' xrandr', \
9 '', d), d)}" 9 '', d), d)}"
10DEPENDS_MX8 = "" 10DEPENDS_MX8 = ""
11DEPENDS_MX8:mx8-nxp-bsp = " \ 11DEPENDS_MX8:mx8-nxp-bsp = "\
12 glslang-native \ 12 glslang-native \
13 opencv \ 13 opencv \
14 rapidopencl \ 14 rapidopencl \
@@ -17,10 +17,10 @@ DEPENDS_MX8:mx8-nxp-bsp = " \
17 vulkan-headers \ 17 vulkan-headers \
18 vulkan-loader \ 18 vulkan-loader \
19" 19"
20DEPENDS_MX8:mx8mm-nxp-bsp = " \ 20DEPENDS_MX8:mx8mm-nxp-bsp = "\
21 opencv \ 21 opencv \
22" 22"
23DEPENDS = " \ 23DEPENDS = "\
24 assimp \ 24 assimp \
25 cmake-native \ 25 cmake-native \
26 devil \ 26 devil \
@@ -75,7 +75,7 @@ do_compile () {
75 FslBuild.py -vvvvv -t sdk --UseFeatures [${FEATURES}] --UseExtensions [${EXTENSIONS}] --Variants [WindowSystem=${WINDOW_SYSTEM}] --BuildThreads ${@oe.utils.parallel_make(d)} -c install --CMakeInstallPrefix ${S} 75 FslBuild.py -vvvvv -t sdk --UseFeatures [${FEATURES}] --UseExtensions [${EXTENSIONS}] --Variants [WindowSystem=${WINDOW_SYSTEM}] --BuildThreads ${@oe.utils.parallel_make(d)} -c install --CMakeInstallPrefix ${S}
76} 76}
77 77
78REMOVALS = " \ 78REMOVALS = "\
79 GLES2/DeBayer \ 79 GLES2/DeBayer \
80 GLES2/DirectMultiSamplingVideoYUV \ 80 GLES2/DirectMultiSamplingVideoYUV \
81 GLES3/DirectMultiSamplingVideoYUV \ 81 GLES3/DirectMultiSamplingVideoYUV \
@@ -108,7 +108,7 @@ INSANE_SKIP:${PN} += "already-stripped rpaths"
108 108
109# Unfortunately recipes with an empty main package, like header-only libraries, 109# Unfortunately recipes with an empty main package, like header-only libraries,
110# are not included in the SDK. Use RDEPENDS as a workaround. 110# are not included in the SDK. Use RDEPENDS as a workaround.
111RDEPENDS_EMPTY_MAIN_PACKAGE = " \ 111RDEPENDS_EMPTY_MAIN_PACKAGE = "\
112 fmt \ 112 fmt \
113 gli \ 113 gli \
114 glm \ 114 glm \
@@ -119,7 +119,7 @@ RDEPENDS_EMPTY_MAIN_PACKAGE = " \
119 stb \ 119 stb \
120" 120"
121RDEPENDS_EMPTY_MAIN_PACKAGE_MX8 = "" 121RDEPENDS_EMPTY_MAIN_PACKAGE_MX8 = ""
122RDEPENDS_EMPTY_MAIN_PACKAGE_MX8:mx8-nxp-bsp = " \ 122RDEPENDS_EMPTY_MAIN_PACKAGE_MX8:mx8-nxp-bsp = "\
123 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libxdg-shell', '', d)} \ 123 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libxdg-shell', '', d)} \
124 rapidopencl \ 124 rapidopencl \
125 rapidopenvx \ 125 rapidopenvx \
diff --git a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
index a5637869a..42d60701c 100644
--- a/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
+++ b/recipes-graphics/imx-gpu-sdk/libxdg-shell.bb
@@ -12,7 +12,7 @@ S = "${UNPACKDIR}/${BP}/ThirdParty/Recipe/xdg-shell"
12 12
13inherit cmake pkgconfig 13inherit cmake pkgconfig
14 14
15EXTRA_OECMAKE = " \ 15EXTRA_OECMAKE = "\
16 -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ 16 -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
17 -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \ 17 -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols \
18" 18"