]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix per-file dependency generation
authorMark Hatle <mhatle@windriver.com>
Mon, 23 Aug 2010 16:12:54 +0000 (09:12 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 23 Aug 2010 19:52:45 +0000 (20:52 +0100)
commitf29f9364a3f14203d5883a9e95f38afa5926249f
tree76a86b4111df6f479fde374113ce10bda70eab8d
parente37ee511575ef628d1591c4231e37ee0b456a76f
package.bbclass: Fix per-file dependency generation

The overall file list was being constructed with the wrong variable, it
should have had FLIST in the name.

Also it was possible to construct the system with some illegal variable
names.  Names that would have include "[]".  So translate these away...

Finally fix an issues where a filename with an _ could cause a package
variable conflict.  Again translate this away..

Signed-off-by: Mark Hatle <mhatle@windriver.com>
meta/classes/package.bbclass