]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:02 +0000 (16:27 +0000)
commit8f2ff09f0da21e83ddfb8049bf7ddece94eb6893
treebce34afec82055a34141e13d9bfc1c5ecbf6bef3
parentf31c0b804b04cd1ae9ea7251164fd1345697c72b
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