diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-06-25 14:20:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:41:59 +0100 |
commit | 8c61da2223a113381d57688e540fab2287244cca (patch) | |
tree | c00e02a0b9e5f6a8b30fd015746bde188800a531 /meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb | |
parent | ac66e7de122b5e6a8771bf17c29de34932665cc1 (diff) | |
download | openembedded-core-8c61da2223a113381d57688e540fab2287244cca.tar.gz openembedded-core-8c61da2223a113381d57688e540fab2287244cca.tar.bz2 openembedded-core-8c61da2223a113381d57688e540fab2287244cca.zip |
mesa: Upgrade 10.5.6 -> 10.5.8
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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" |