mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
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) (From OE-Core rev: 8f2ff09f0da21e83ddfb8049bf7ddece94eb6893) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user