diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-07-10 23:49:01 +0300 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-17 05:36:14 -0700 |
| commit | b34c6ebcf1f6e76b6ab969777fcad84226f050eb (patch) | |
| tree | 32a0b2054a99f757db2aa811289eaf5c24fc5162 /meta/recipes-graphics | |
| parent | 982637c22b78a70a03d129b482adb84ec6fc6b37 (diff) | |
| download | poky-b34c6ebcf1f6e76b6ab969777fcad84226f050eb.tar.gz | |
dnf/mesa: Fix missing leading whitespace with ':append'
Mitigate occurrences where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.
(From OE-Core rev: 314041fd126a4800a5a5d9fcd84c525319479256)
(From OE-Core rev: eb06788f3abef4af727da7399e7e97830b2f7c8c)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0b6ca9beeff927bbb6158c71596ac475550559d8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a8f3397e04..7cc48e8a04 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -90,7 +90,7 @@ PACKAGECONFIG = " \ | |||
| 90 | ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', 'zink', '', d)} \ | 90 | ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', 'zink', '', d)} \ |
| 91 | " | 91 | " |
| 92 | 92 | ||
| 93 | PACKAGECONFIG:append:class-native = "gallium-llvm r600" | 93 | PACKAGECONFIG:append:class-native = " gallium-llvm r600" |
| 94 | 94 | ||
| 95 | # "gbm" requires "opengl" | 95 | # "gbm" requires "opengl" |
| 96 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled" | 96 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled" |
