aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-03-06 12:08:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-08 11:13:46 +0000
commit465a6b49b680e1fedb059e97eb682cf5814cf078 (patch)
treea2fd510965d6a943d13cf0d35d694ec961567373 /meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb
parentd549881b3f675720c351745bcb854802ca21b582 (diff)
downloadopenembedded-core-contrib-465a6b49b680e1fedb059e97eb682cf5814cf078.tar.gz
mesa: Upgrade 17.0.0 -> 17.0.1
This is a bug fix release and first non-development release in 17.0 branch. There are ~50 bug fix commits (plus a few release script commits). Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb
new file mode 100644
index 0000000000..85cc396fe3
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.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 ${MESA_CRYPTO} ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
+
+EXCLUDE_FROM_WORLD = "1"