summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
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-15 06:27:19 -0700
commita5c274b4511636870d1955d79b0eb2e94a966597 (patch)
tree4527cb937d0a5f8f337282e516aaae11423f1ea2 /meta/recipes-graphics/xorg-lib
parent960b58eae324bc61c0763b336be10df24c00c7a1 (diff)
downloadpoky-a5c274b4511636870d1955d79b0eb2e94a966597.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. (From OE-Core rev: b2f3ac4d994a1921791f6bd0cdb3591586733694) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
index b04eafbdf2..4af40ab8a1 100644
--- a/meta/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11.inc
@@ -35,7 +35,3 @@ PACKAGES =+ "${PN}-xcb"
35FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" 35FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt"
36FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*" 36FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*"
37FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" 37FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
38
39# Multiple libx11 derivatives from from this file and are selected by virtual/libx11
40# A world build should only build the correct version, not all of them.
41EXCLUDE_FROM_WORLD = "1"