gtk+3 is unbuildable for i.MX parts with GPU acceleration for 2D but not 3D, so remove gtk+3-demos in this case.
Signed-off-by: Tom Hochstein <[email protected]> --- recipes-fsl/images/fsl-image-multimedia.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb index f91475c..248f0db 100644 --- a/recipes-fsl/images/fsl-image-multimedia.bb +++ b/recipes-fsl/images/fsl-image-multimedia.bb @@ -24,7 +24,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \ " PACKAGE_IMX_TO_REMOVE = "" -PACKAGE_IMX_TO_REMOVE_imxgpu2d = "clutter-1.0-examples" +PACKAGE_IMX_TO_REMOVE_imxgpu2d = "clutter-1.0-examples gtk+3-demo" PACKAGE_IMX_TO_REMOVE_imxgpu3d = "" CORE_IMAGE_EXTRA_INSTALL_remove = "${PACKAGE_IMX_TO_REMOVE}" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
