From 323e2919eb641112f12c7713ee124c4b3e83c475 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Sep 2011 21:10:45 +0100 Subject: 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 --- meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb') 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 SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz" S = "${WORKDIR}/sqlite-autoconf-3070701" -PR = "r0" +PR = "r1" SRC_URI[md5sum] = "554026fe7fac47b1cf61c18d5fe43419" SRC_URI[sha256sum] = "7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf" -- cgit v1.2.3-54-g00ecf