]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: fix override handling in RDEPENDS QA
authorGan Yau Wai <yau.wai.gan@intel.com>
Sat, 12 Aug 2017 00:34:54 +0000 (02:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 10:54:25 +0000 (11:54 +0100)
commitca84390b7894adb32a89ccfbd83fbb3fb7e808fc
treea3f322f2a282dfc51546b7219aeecb076f02219b
parentb07bcfa3e4400f7763e2276f9be3dc702bb58c2e
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.

Cherry picked from master 60d28dd72daee235150ab6605cbf953f1ea691df

[YOCTO #11374]

Signed-off-by: Gan Yau Wai <yau.wai.gan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/insane.bbclass