diff options
author | Jun Zhu <R01007@freescale.com> | 2015-04-03 22:34:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-06 20:36:05 +0100 |
commit | c4ca9dbd4191fcff08e75035e3d276490ed80b05 (patch) | |
tree | 3f25197878b7bce579327902beb1175b2c30a773 /scripts/lib/wic/3rdparty/pykickstart | |
parent | 0ec01bbd845b61798366441b2c7e5b8738db6b32 (diff) | |
download | openembedded-core-c4ca9dbd4191fcff08e75035e3d276490ed80b05.tar.gz openembedded-core-c4ca9dbd4191fcff08e75035e3d276490ed80b05.tar.bz2 openembedded-core-c4ca9dbd4191fcff08e75035e3d276490ed80b05.zip |
meta/lib/oe/utils.py: Corrected the return value of both_contain()
oe.utils.both_contain() should return the result as "checkvalue" or "",
but the latest implement returns as "set(['checkvalue'])" or "";
It causes that bitbake.conf generates the wrong result of COMBINED_FEATURES,
which contains the common components in both DISTRO_FEATURE and MACHINE_FEATURES.
For example, build in Dizzy branch, COMBINED_FEATURES is "alsa usbhost ...",
but recently, COMBINED_FEATURES is like "set(['alsa']) set(['usbhost']) ...".
Signed-off-by: Jun Zhu <R01007@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/3rdparty/pykickstart')
0 files changed, 0 insertions, 0 deletions