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

git at git.openembedded.org git at git.openembedded.org
Wed Jan 16 15:40:31 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 68894d5dd6b8e8760c6ee71d0155e472066d1a03
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Tue Jan 15 17:38:46 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