From: Khem Raj Date: Tue, 14 Mar 2017 23:35:29 +0000 (-0700) Subject: mesa-gl: Drop MESA_CRYPTO from PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7df24c84999048f863428f4e442922e60ce776a5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa-gl: Drop MESA_CRYPTO from PACKAGECONFIG with mesa 17 crypto packageconfig has been removed Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb index 85cc396fe36..e3604f30bb5 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb @@ -8,6 +8,6 @@ PROVIDES = "virtual/libgl virtual/mesa" S = "${WORKDIR}/mesa-${PV}" -PACKAGECONFIG ??= "dri ${MESA_CRYPTO} ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" +PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" EXCLUDE_FROM_WORLD = "1"