aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oe-buildenv-internal
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-07-30 01:07:44 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-07-30 08:16:09 -0700
commit5a438f9c9891d850808a0ca91d545d34291ff23d (patch)
tree9ebd6b35d485e41e017a24a0d165dd632e23c856 /scripts/oe-buildenv-internal
parent27d068d05239c26a3848eb101571acab54635e37 (diff)
downloadopenembedded-core-contrib-5a438f9c9891d850808a0ca91d545d34291ff23d.tar.gz
base.bbclass: move invalid PACKAGECONFIG checking to insane.bbclass
There was a problem when check invalid PACKAGECONFIG in the anonymous function (when parsing), for example, there are two versions of a recipe: foo_1.0.bb foo_2.0.bb While foo_2.0.bb has a "PACKAGECONFIG[item] = 'x,y,z'", but foo_1.0.bb doesn't, if we set PACKAGECONFIG_pn-foo = "item" in a conf file, we would get the warning about invalid PACKAGECONFIG for foo_1.0.bb. Delay the checking to build time will fix the problem. [YOCTO #8065] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'scripts/oe-buildenv-internal')
0 files changed, 0 insertions, 0 deletions