summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-26 21:10:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-28 14:58:50 +0100
commit323e2919eb641112f12c7713ee124c4b3e83c475 (patch)
tree838642d859fd37bd4fe8ee8666860ea3d77784d4 /meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
parent193f5ea973ce39788eed1391d1395d4b55b41934 (diff)
downloadpoky-323e2919eb641112f12c7713ee124c4b3e83c475.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
index 5651c071d1..fd037804ab 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357
4 4
5SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz" 5SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz"
6S = "${WORKDIR}/sqlite-autoconf-3070701" 6S = "${WORKDIR}/sqlite-autoconf-3070701"
7PR = "r0" 7PR = "r1"
8 8
9SRC_URI[md5sum] = "554026fe7fac47b1cf61c18d5fe43419" 9SRC_URI[md5sum] = "554026fe7fac47b1cf61c18d5fe43419"
10SRC_URI[sha256sum] = "7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf" 10SRC_URI[sha256sum] = "7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf"