From 8c61da2223a113381d57688e540fab2287244cca Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 25 Jun 2015 14:20:01 +0300 Subject: mesa: Upgrade 10.5.6 -> 10.5.8 Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb (limited to 'meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb') diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb b/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb new file mode 100644 index 0000000000..fc2bca9982 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb @@ -0,0 +1,13 @@ +require mesa_${PV}.bb + +SUMMARY += " (OpenGL only, no EGL/GLES)" + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" + +PROVIDES = "virtual/libgl virtual/mesa" + +S = "${WORKDIR}/mesa-${PV}" + +PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" + +EXCLUDE_FROM_WORLD = "1" -- cgit v1.2.3