]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: fix override handling in RDEPENDS QA
authorGan, Yau Wai <yau.wai.gan@intel.com>
Thu, 1 Jun 2017 00:24:39 +0000 (17:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Jun 2017 22:43:28 +0000 (23:43 +0100)
commit60d28dd72daee235150ab6605cbf953f1ea691df
tree119f53a38dcf2c8f253af1190638e94a4ae6f762
parentdb54c9a22a9b66c673df8e836de5e47fc9edda0b
insane.bbclass: fix override handling in RDEPENDS QA

The package_qa_check_rdepends() in insane.bbclass has
incorrectly replace its localdata OVERRIDES value with
the package name. Fixing it by appending the package name
to the existing OVERRIDES value. This resolves RDEPENDS QA
error when setting PACKAGECONFIG using a pn- override at
local.conf.

[YOCTO #11374]

Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass