diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-12 16:38:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | a5c274b4511636870d1955d79b0eb2e94a966597 (patch) | |
tree | 4527cb937d0a5f8f337282e516aaae11423f1ea2 /meta/recipes-connectivity/bluez5 | |
parent | 960b58eae324bc61c0763b336be10df24c00c7a1 (diff) | |
download | poky-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-connectivity/bluez5')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index a73d9568e5..ae2a833c0c 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -136,8 +136,6 @@ SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluet | |||
136 | INITSCRIPT_PACKAGES = "${PN}" | 136 | INITSCRIPT_PACKAGES = "${PN}" |
137 | INITSCRIPT_NAME_${PN} = "bluetooth" | 137 | INITSCRIPT_NAME_${PN} = "bluetooth" |
138 | 138 | ||
139 | EXCLUDE_FROM_WORLD = "1" | ||
140 | |||
141 | do_compile_ptest() { | 139 | do_compile_ptest() { |
142 | oe_runmake buildtests | 140 | oe_runmake buildtests |
143 | } | 141 | } |