[oe-commits] [openembedded-core] 29/44: mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe

git at git.openembedded.org git at git.openembedded.org
Fri Jan 18 11:07:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit df08b46b36fff4778faf237a599ac9f46c0a87a1
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Thu Jan 17 17:39:56 2019 +0100

    mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe
    
    An alternative would be setting PREFERRED_PROVIDER, but for native/nativesdk
    builds mesa-gl is not a viable alternative to mesa, as it lacks all of the
    bits that make accelerated qemu possible. Using PREFERRED_PROVIDER would
    imply otherwise.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb b/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb
index 73267eb..030db6c 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb
@@ -7,3 +7,5 @@ PROVIDES = "virtual/libgl virtual/mesa"
 S = "${WORKDIR}/mesa-${PV}"
 
 PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
+
+BBCLASSEXTEND_remove = "nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list