]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: Fix PACKAGECONFIG handling when no flags are set
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Mar 2012 21:01:21 +0000 (13:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Mar 2012 21:03:41 +0000 (13:03 -0800)
commitd7b8c247227f3cc82f92292407f548927e9fde78
tree97362ab6085742f99f768946ecf3472ef28f07ae
parentd62b083fe1ee33cbd3ea3929e592c403000fb3b0
base.bbclass: Fix PACKAGECONFIG handling when no flags are set

When the main PACKAGECONFIG variable was empty with no flags set,
the options were not being added to explicitly disable features.
This patch corrects that problem and ensures the disable fields
are correctly parsed and added to variables.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass