[oe-commits] [openembedded-core] 09/10: mesa-gl: Set PACKAGECONFIG for target

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 13:17:36 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 313876538efc523338328704b60c1f890c23c0d9
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Feb 25 15:17:42 2019 -0800

    mesa-gl: Set PACKAGECONFIG for target
    
    mesa.inc uses PACKAGECONFIG_class-target override to setup default
    packageconfigs, which means that when we build mesa-gl for target then
    it does no honor the ??= setting we have in mesa-gl recipe, and ends up
    compiling egl, gles2 as well, which is not intended.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa-gl_18.3.4.bb | 1 +
 1 file changed, 1 insertion(+)

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

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


More information about the Openembedded-commits mailing list