poky/meta
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
..
classes report-error: Update information on the submission process 2015-03-10 10:47:39 +00:00
conf security_flags: remove PIE flags from flex and gstreamer1.0-plugins-bad 2015-03-02 18:04:27 +00:00
files toolchain-shar-template.sh: Make relocation optional. 2015-02-24 17:41:43 +00:00
lib meta/lib/oe/utils.py: properly implement both_contain() 2015-03-10 10:47:39 +00:00
recipes-bsp pcmciautils: fix and enable parallel build 2015-02-15 21:58:27 +00:00
recipes-connectivity libpcap: add pkg-config support 2015-02-27 07:38:41 +00:00
recipes-core recipes: add x11 to required DISTRO_FEATURES 2015-03-10 10:47:38 +00:00
recipes-devtools python: Fix ctypes/libffi configure 2015-02-27 07:40:33 +00:00
recipes-extended man: fix bugs of makewhatis script 2015-03-09 15:57:59 +00:00
recipes-gnome libffi: Upgrade to 3.2.1 2015-01-07 23:35:10 +00:00
recipes-graphics recipes: add x11 to required DISTRO_FEATURES 2015-03-10 10:47:38 +00:00
recipes-kernel kern-tools: improve patch application performance 2015-03-02 22:05:35 +00:00
recipes-lsb4 libpng12: upgrade to 1.2.52 2015-01-07 23:35:01 +00:00
recipes-multimedia gstreamer1.0-plugins-bad: disable Yadif on X32 2015-03-02 22:39:40 +00:00
recipes-qt qt4: add patch for BMP denial-of-service vulnerability 2015-03-09 15:58:00 +00:00
recipes-rt rt-tests: fix gzip command 2015-02-15 21:58:25 +00:00
recipes-sato recipes: add x11 to required DISTRO_FEATURES 2015-03-10 10:47:38 +00:00
recipes-support recipes: add x11 to required DISTRO_FEATURES 2015-03-10 10:47:38 +00:00
site siteinfo: account for 32 and 64 bit arm 2014-12-23 10:18:17 +00:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt