mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 0b6ca9beef)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
982637c22b
commit
b34c6ebcf1
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
|
||||
file://0001-lock.py-fix-Exception-handling.patch \
|
||||
"
|
||||
|
||||
SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
|
||||
SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
|
||||
|
||||
SRCREV = "566a61f9d8a2830ac6dcc3a94c59224cef1c3d03"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
@@ -90,7 +90,7 @@ PACKAGECONFIG = " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', 'zink', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG:append:class-native = "gallium-llvm r600"
|
||||
PACKAGECONFIG:append:class-native = " gallium-llvm r600"
|
||||
|
||||
# "gbm" requires "opengl"
|
||||
PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled"
|
||||
|
||||
Reference in New Issue
Block a user