From 57ac4ea650c015685e24f6b046ae9e6743370d3e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 14 Apr 2017 18:51:54 +0200 Subject: mesa_%.bbappend: follow oe-core update to 17.0.x Remove crypto packageconfig which no longer exists. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/mesa/mesa_%.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index cc9c286..d6955cc 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -2,7 +2,9 @@ # in conf/distro/include/angstrom-mesa-tweaks.inc # add the original mesa PACKAGECONFIG settings -PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} " +PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri \ + ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ +" # meta-freescale/recipes-graphics/mesa/mesa_%.bbappend PACKAGECONFIG_pn-mesa_remove_imxgpu2d = "egl gles" -- cgit v1.2.3