summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index b0980bc6c9..f7115d5921 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -134,3 +134,6 @@ EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1"
134EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1" 134EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1"
135# Needs gtk+ <= 2.10 135# Needs gtk+ <= 2.10
136EXCLUDE_FROM_WORLD_pn-gcalctool = "1" 136EXCLUDE_FROM_WORLD_pn-gcalctool = "1"
137# mesa gets pulled in when needed and can be platform specific
138EXCLUDE_FROM_WORLD_pn-mesa-dri = "1"
139