]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa-demos: Make package configuration specific to i.MX
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 12 Oct 2016 16:59:33 +0000 (11:59 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 27 Oct 2016 12:36:28 +0000 (10:36 -0200)
Changes to the package configuration should be applied only
to i.MX builds.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/mesa/mesa-demos_%.bbappend

index 1f070a44717766e7e942721a8e70f054b3f43446..ac5bf65fedc100006fa828b44279f993118d05dc 100644 (file)
@@ -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)} \
 "