]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-pkgdata-util: exclude unpackaged in glob output
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 30 Jul 2012 08:52:01 +0000 (09:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2012 11:21:21 +0000 (12:21 +0100)
commit4a85d8a4026cf1d1603513ed9780f80c603cc611
treec431517bc7d704364d81f2b7f280bc53327bb909
parentde339b0cb201035e27df1128ccf526937b8325ec
scripts/oe-pkgdata-util: exclude unpackaged in glob output

Check for .packaged file and exclude packages if this file does not
exist - this avoids attempting to install empty packages during
complementary package installation within do_rootfs that didn't end up
being created (and failing as a result).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-pkgdata-util