]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: Fix nativesdk packaging/QA warnings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Sep 2011 20:10:45 +0000 (21:10 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 28 Sep 2011 06:54:27 +0000 (23:54 -0700)
commit4f5fdc4dc14d287d301069024ddec9cb65d68f7f
tree4392e464423777b7471c37f2c849152d5ca3c01c
parent43723e19eb5a6119c7546dc812428e792999a928
sqlite3: Fix nativesdk packaging/QA warnings

When building sqlite3-nativesdk, there was a warning about debug files in the
main package. This was due to the order of items in PACKAGES with -dbg after
the main package which breaks an assumption native.bbclass makes. Changing
the order fixes the packaging problem with no change to the normal target
packaging.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc
meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb