diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-02-25 17:15:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:00:14 +0000 |
commit | e7375f73bd8052d012e35d4ebaee09a55417581f (patch) | |
tree | 3087b2e0c2a98099d8885c283f0dee4f7ed2dccc /meta/recipes-devtools | |
parent | c195d70f35ea522854dcdd53aeae60eec6b7ad7e (diff) | |
download | openembedded-core-e7375f73bd8052d012e35d4ebaee09a55417581f.tar.gz openembedded-core-e7375f73bd8052d012e35d4ebaee09a55417581f.tar.bz2 openembedded-core-e7375f73bd8052d012e35d4ebaee09a55417581f.zip |
meta/lib/oe/utils.py: properly implement both_contain()
oe.utils.both_contain() just does a find() on the value
rather than splitting the value and then looking in the
list of split items. The result is that if you add a
feature to MACHINE_FEATURES that itself has a substring
that matches one of the values looked for when building
COMBINED_FEATURES, you end up with an incomprehensible
error (here with "ext2i" in MACHINE_FEATURES):
ERROR: Nothing RPROVIDES 'packagegroup-base-ext2'
(but /home/balister/src/oe-core/oe-core/meta/recipes-core/
/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it)
Fix [YOCTO #6888].
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions