On Fri, Mar 13, 2015 at 08:05:13AM -0400, Jacob Stiffler wrote:
> * Include if wayland not a DISTRO_FEATURE.

NAK, see below


> Signed-off-by: Jacob Stiffler <[email protected]>
> ---
>  .../packagegroup-arago-tisdk-matrix.bb             |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> index d8386f5..094d93a 100644
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to include Matrix v2"
>  LICENSE = "MIT"
> -PR = "r36"
> +PR = "r37"
>  
>  inherit packagegroup
>  
> @@ -49,7 +49,7 @@ MATRIX_APPS_append_omap3 = "        \
>      matrix-multimedia-demo-h264dec      \
>      matrix-multimedia-demo-mpeg4aacdec   \
>      matrix-multimedia-demo-mpeg4dec     \
> -    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
> +    ${@base_contains('DISTRO_FEATURES', 'wayland', '', 'ts-calibrate-init', 
> d)} \
>  "
>  
>  MATRIX_APPS_append_ti33x = "        \
> @@ -66,7 +66,7 @@ MATRIX_APPS_append_ti33x = "        \
>      matrix-gui-clocks               \
>      matrix-gui-pm-demos-governor    \
>                                      \
> -    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
> +    ${@base_conditional('WAYLAND_SUPPORT', '1', '', 'ts-calibrate-init', d)} 
> \

^^^


>  "
>  
>  MATRIX_APPS_append_ti43x = "        \
> @@ -84,7 +84,7 @@ MATRIX_APPS_append_ti43x = "        \
>      matrix-gui-pm-demos-governor    \
>      matrix-gui-apps-dual-camera     \
>      matrix-gui-apps-image-gallery   \
> -    ${@base_conditional('QT_PROVIDER', 'qt5', '', 'ts-calibrate-init', d)} \
> +    ${@base_conditional('WAYLAND_SUPPORT', '1', '', 'ts-calibrate-init', d)} 
> \

^^^


>  "
>  
>  MATRIX_APPS_append_omap-a15 = "     \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to