poky/meta/lib/oe
Cristian Iorga ca3a3c0541 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].

(From OE-Core rev: e7375f73bd8052d012e35d4ebaee09a55417581f)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-10 10:47:39 +00:00
..
tests test_utils: import functions directly for conciseness 2013-06-07 16:48:25 +01:00
__init__.py lib/oe: turn oe into a namespace package 2014-03-17 14:01:41 +00:00
buildhistory_analysis.py classes/buildhistory: add additional variables to image information 2013-12-03 17:45:50 +00:00
cachedpath.py cachedpath.py: global name 'error' is not defined 2013-05-15 19:27:11 +03:00
classextend.py classextend: Do not extend for that already have multilib prefix 2014-11-12 15:38:31 +00:00
classutils.py oe.classutils: add module 2011-06-28 13:55:43 +01:00
copy_buildsystem.py copy_buildsystem.py: Add methods to copy shared state. 2015-02-24 17:41:43 +00:00
data.py Remove a number of unneeded import os/bb calls 2012-07-19 12:24:50 +01:00
distro_check.py distro_check: Remove creation of empty Meego filelist. 2013-02-12 13:22:44 +00:00
image.py lib/oe/image.py: add error checking for missing IMAGE_CMD 2015-02-03 14:53:51 +00:00
license.py classes/license: tweak license format messages 2015-02-08 08:00:25 +00:00
lsb.py lib/oe/lsb.py: Fix up for dash 2015-02-14 08:41:00 +00:00
maketype.py Remove a number of unneeded import os/bb calls 2012-07-19 12:24:50 +01:00
manifest.py populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementation 2014-06-25 13:51:47 +01:00
package_manager.py lib/oe/package_manager: Performance tweak in regex usage 2015-02-21 22:05:36 +00:00
package.py lib/oe/package: Ensure strip breaks hardlinks 2015-01-23 11:36:31 +00:00
packagedata.py bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific directory 2013-09-14 08:21:00 +01:00
packagegroup.py Rename PACKAGE_GROUP variable to FEATURE_PACKAGES 2014-03-07 14:45:21 +00:00
patch.py lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectory 2015-02-23 17:35:27 +00:00
path.py lib/oe: drop custom implementation of oe.path.relative 2014-03-07 14:58:44 +00:00
prservice.py image/kernel-module-split/eglibc-ld.inc: Remove has_key() usage 2013-05-09 14:06:51 +01:00
qa.py image/kernel-module-split/eglibc-ld.inc: Remove has_key() usage 2013-05-09 14:06:51 +01:00
recipeutils.py lib/oe/recipeutils: minor improvements to patch_recipe() 2015-02-23 17:35:29 +00:00
rootfs.py rootfs.py: ignore "NOTE:" when catching warnings 2015-02-14 08:40:57 +00:00
sdk.py lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdk 2015-01-23 11:36:25 +00:00
sstatesig.py sstatesig: Add ability to filter list of tasks for locked-sigs.inc 2015-02-24 17:41:42 +00:00
terminal.py lib/oe/terminal: fix konsole terminal support for KDE 4.x 2015-02-26 07:47:50 +00:00
types.py oe.types: add 'path' type 2013-08-26 11:47:18 +01:00
utils.py meta/lib/oe/utils.py: properly implement both_contain() 2015-03-10 10:47:39 +00:00