]> code.ossystems Code Review - openembedded-core.git/commit
busybox: fix CONFIG_RFKILL enable logic
authorMatt Porter <mporter@konsulko.com>
Mon, 1 Apr 2019 16:50:34 +0000 (12:50 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Apr 2019 23:04:16 +0000 (00:04 +0100)
commit5e6d7760c599b09b9417aa8d044084f4c5123762
tree59c76a824bce6e39ce40941b24906d34d99bf155
parent7574f6850797fb7556d2f8077860b7c1d26ae8ec
busybox: fix CONFIG_RFKILL enable logic

Currently CONFIG_RFKILL is enabled only if both bluetooth *and* wifi
distro features are present. It should be enabled when either feature
is present. Fix this by switching to use of bb.utils.contains_any().

Signed-off-by: Matt Porter <mporter@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc