summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2015-06-15 18:05:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:46:57 +0100
commitf677b5893d5c7e41d3c97ee31aa743aefd40d6cf (patch)
treeb0b170ec7831b9301072416475a49e17442424f3 /meta/recipes-kernel/lttng/lttng-modules
parentae9102bda398359736ae0d46db388af51141d361 (diff)
downloadpoky-f677b5893d5c7e41d3c97ee31aa743aefd40d6cf.tar.gz
insane.bbclass: fix false negative in build-deps QA check
When a recipe called 'foobar-test' links against 'foobar' without listing that in DEPENDS, the build-deps check misses that error because it looks for 'foobar' in a package string containing (among others) the 'foobar-test' name, leading to the incorrect conclusion that the package is listed as dependency. The 'packages' string needs to be split into individual package names before the check. Doing that once directly after reading the value is more efficient than splitting inside package_qa_check_rdepends() because the caller also needs the individual components. Also use a set to speed up the 'package in packages' check. (From OE-Core rev: 9f5792088315ab42f77fe1a1af7d2225e7ad5418) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules')
0 files changed, 0 insertions, 0 deletions