mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
960b58eae3
commit
a5c274b451
@@ -136,8 +136,6 @@ SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluet
|
||||
INITSCRIPT_PACKAGES = "${PN}"
|
||||
INITSCRIPT_NAME_${PN} = "bluetooth"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake buildtests
|
||||
}
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
@@ -35,7 +35,3 @@ PACKAGES =+ "${PN}-xcb"
|
||||
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt"
|
||||
FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*"
|
||||
FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
|
||||
|
||||
# Multiple libx11 derivatives from from this file and are selected by virtual/libx11
|
||||
# A world build should only build the correct version, not all of them.
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
@@ -24,9 +24,3 @@ do_configure() {
|
||||
oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \
|
||||
-C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} scripts
|
||||
}
|
||||
|
||||
|
||||
# There is no reason to build this on its own.
|
||||
#
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user