aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-12 16:38:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-12 15:46:34 -0700
commitb2f3ac4d994a1921791f6bd0cdb3591586733694 (patch)
treedb738bf9f5be3a296482d5ea4c7bf9cf8a99180e /meta/recipes-graphics/mesa/mesa.inc
parentf2e56f6e0da27c70781e51b5486ca6c731013f1c (diff)
downloadopenembedded-core-contrib-b2f3ac4d994a1921791f6bd0cdb3591586733694.tar.gz
meta: remove some EXCLUDE_FROM_WORLD assignments
Now that we have recipe-specific-sysroots we don't need to exclude recipes from world builds because they conflict with other recipes, as they'll all be built with their own sysroots. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 88ba0050d5..23ae651f7d 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -99,9 +99,6 @@ FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer"
CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS"
-# Multiple virtual/gl providers being built breaks staging
-EXCLUDE_FROM_WORLD = "1"
-
# Remove the mesa dependency on mesa-dev, as mesa is empty
RDEPENDS_${PN}-dev = ""