summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-07-12 15:11:44 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-17 14:01:38 +0100
commita46a9dd6bd2be114de465aea6184a7914ff176ec (patch)
tree4ba01bbe1906d6f0bd77f7c51adf0d84606f4164 /meta/recipes-graphics
parentca666db8ed4b6a380982879fc874041417f0ff65 (diff)
downloadpoky-a46a9dd6bd2be114de465aea6184a7914ff176ec.tar.gz
mesa-gl: Clean recipe
Don't EXCLUDE_FROM_WORLD, mesa.inc already does this. Don't add a non-existing path to FILESEXTRAPATHS. (From OE-Core rev: fa3e2b4c07dffd14b02741470ce274619e9a9bd6) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
index e3604f30bb..b9e3b805b5 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
@@ -2,12 +2,8 @@ require mesa_${PV}.bb
2 2
3SUMMARY += " (OpenGL only, no EGL/GLES)" 3SUMMARY += " (OpenGL only, no EGL/GLES)"
4 4
5FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
6
7PROVIDES = "virtual/libgl virtual/mesa" 5PROVIDES = "virtual/libgl virtual/mesa"
8 6
9S = "${WORKDIR}/mesa-${PV}" 7S = "${WORKDIR}/mesa-${PV}"
10 8
11PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 9PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
12
13EXCLUDE_FROM_WORLD = "1"