sqlite3: Fix nativesdk packaging/QA warnings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Sep 2011 20:10:45 +0000 (21:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2011 13:58:50 +0000 (14:58 +0100)
commite8551ef7d73181e8420af2fea7c10ea7b4dfefd3
treed8203e309eb118e8c91068689186829a94828fef
parentdc4f04210d4e948398e2e95542f44e1d802f9e2b
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.

(From OE-Core rev: 4f5fdc4dc14d287d301069024ddec9cb65d68f7f)

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