diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-30 08:18:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 10:52:37 +0100 |
commit | 0a64dfcdb9f5a37771f881895be230392c4d0aff (patch) | |
tree | 2185ce1aab9e6224384486eae6c2c0a56e91b534 /meta/classes/distrodata.bbclass | |
parent | 4d9a9d748e4cd0d0ffc67907c06bd01ceda2722e (diff) | |
download | openembedded-core-0a64dfcdb9f5a37771f881895be230392c4d0aff.tar.gz openembedded-core-0a64dfcdb9f5a37771f881895be230392c4d0aff.tar.bz2 openembedded-core-0a64dfcdb9f5a37771f881895be230392c4d0aff.zip |
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distrodata.bbclass')
0 files changed, 0 insertions, 0 deletions