Am 13.03.22 um 13:40 schrieb Richard Purdie:
The autobuilder ran into similar issues. The problem was the loss of "dri" from
the PACKAGECONFIG which triggers the RPROVIDES of libgl. I was able to fix it
with the addition of:

diff --git a/meta/recipes-graphics/mesa/mesa.inc 
b/meta/recipes-graphics/mesa/mesa.inc
index 503a7efba5..2a89b8e8f0 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -227,7 +227,7 @@ python __anonymous() {
      if "-native" in d.getVar("PN"):
          suffix = "-native"
      for p in (("egl", "libegl", "libegl1"),
-              ("dri", "libgl", "libgl1"),
+              ("opengl", "libgl", "libgl1"),
                ("gles", "libgles1", "libglesv1-cm1"),
                ("gles", "libgles2", "libglesv2-2"),
                ("gles", "libgles3",)):


Cheers,

Richard


Ah, thank you. I overlooked that. It's always a good feeling to know why something is happening.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#163113): 
https://lists.openembedded.org/g/openembedded-core/message/163113
Mute This Topic: https://lists.openembedded.org/mt/89715526/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to