[meta-freescale] [meta-fsl-arm][PATCH 1/3] mesa-demos: Make package configuration specific to i.MX

Tom Hochstein tom.hochstein at nxp.com
Wed Oct 12 09:59:33 PDT 2016


Changes to the package configuration should be applied only
to i.MX builds.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/mesa/mesa-demos_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index 1f070a4..ac5bf65 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -10,7 +10,7 @@ PACKAGECONFIG_remove_mx6 = " \
          bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu', '', d), d)}"
 PACKAGECONFIG_remove_mx6sl = "gles1 gles2"
 
-PACKAGECONFIG_append = "\
+PACKAGECONFIG_append_mx6   = " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
        bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland vg', '', d), d)} \
 "
-- 
1.9.1



More information about the meta-freescale mailing list