summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.19.0.bb2
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.19.0.bb b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
index 184dbea963..37a2cc7de2 100644
--- a/meta/recipes-devtools/dnf/dnf_4.19.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
18 file://0001-lock.py-fix-Exception-handling.patch \ 18 file://0001-lock.py-fix-Exception-handling.patch \
19 " 19 "
20 20
21SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch" 21SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
22 22
23SRCREV = "566a61f9d8a2830ac6dcc3a94c59224cef1c3d03" 23SRCREV = "566a61f9d8a2830ac6dcc3a94c59224cef1c3d03"
24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
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
93PACKAGECONFIG:append:class-native = "gallium-llvm r600" 93PACKAGECONFIG:append:class-native = " gallium-llvm r600"
94 94
95# "gbm" requires "opengl" 95# "gbm" requires "opengl"
96PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled" 96PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled"