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 13:49:00 +0100
commitfa3e2b4c07dffd14b02741470ce274619e9a9bd6 (patch)
treebfa0df9ae2c39187e43838317121c7aea584fd13 /meta/recipes-graphics
parent6a079bf5a446c2e98e7444e04dfadaff96342b4f (diff)
downloadopenembedded-core-contrib-fa3e2b4c07dffd14b02741470ce274619e9a9bd6.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. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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
SUMMARY += " (OpenGL only, no EGL/GLES)"
-FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
-
PROVIDES = "virtual/libgl virtual/mesa"
S = "${WORKDIR}/mesa-${PV}"
PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
-
-EXCLUDE_FROM_WORLD = "1"