diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 21:10:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:37:50 +0000 |
| commit | edb2641243cde751e5b6bdfb0dbb50024811f351 (patch) | |
| tree | 71bf111a8e7385a9bc1190ea42b4234ff6c9aeb1 /meta/recipes-support/sqlite/sqlite3.inc | |
| parent | c8635bab0bf5fb481bf0db62a1ee932150083ef8 (diff) | |
| download | poky-edb2641243cde751e5b6bdfb0dbb50024811f351.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)
(From OE-Core rev: 8f2ff09f0da21e83ddfb8049bf7ddece94eb6893)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 2a52a44175..ece35c54f4 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
| @@ -20,7 +20,7 @@ export config_TARGET_LFLAGS = "${LDFLAGS}" | |||
| 20 | PKGSUFFIX = "" | 20 | PKGSUFFIX = "" |
| 21 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | 21 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" |
| 22 | 22 | ||
| 23 | PACKAGES = "lib${BPN}${PKGSUFFIX} lib${BPN}${PKGSUFFIX}-dev lib${BPN}${PKGSUFFIX}-doc ${PN} ${PN}-dbg" | 23 | PACKAGES = "lib${BPN}${PKGSUFFIX} lib${BPN}${PKGSUFFIX}-dev lib${BPN}${PKGSUFFIX}-doc ${PN}-dbg ${PN}" |
| 24 | FILES_${PN} = "${bindir}/*" | 24 | FILES_${PN} = "${bindir}/*" |
| 25 | FILES_lib${BPN}${PKGSUFFIX} = "${libdir}/*.so.*" | 25 | FILES_lib${BPN}${PKGSUFFIX} = "${libdir}/*.so.*" |
| 26 | FILES_lib${BPN}${PKGSUFFIX}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so \ | 26 | FILES_lib${BPN}${PKGSUFFIX}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so \ |
