diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:18:35 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 10:18:35 +0000 |
commit | 155377aa68846e6188c5ba88863240c791a68bf8 (patch) | |
tree | 5801c6e89c8eadd525b1941e43d8f2e2efc0889e /packages/sqlite/sqlite_2.8.16.bb | |
parent | 54f2a89956be3a81a30f84f79758a46dab2b1c11 (diff) |
sqlite: Update for keeping the debug information in the correct package
which is clearer. Append to package list so -dbg package stays first and
use .../* to match files and ignore directories.
Diffstat (limited to 'packages/sqlite/sqlite_2.8.16.bb')
-rw-r--r-- | packages/sqlite/sqlite_2.8.16.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sqlite/sqlite_2.8.16.bb b/packages/sqlite/sqlite_2.8.16.bb index 8be6cecb43..f0d62bac75 100644 --- a/packages/sqlite/sqlite_2.8.16.bb +++ b/packages/sqlite/sqlite_2.8.16.bb @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" LICENSE = "PD" -PR = "r2" +PR = "r3" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ file://sqlite.pc \ @@ -54,6 +54,6 @@ do_install() { } PACKAGES += "${PN}-bin" -FILES_${PN}-bin = "${bindir}/[!.]*" +FILES_${PN}-bin = "${bindir}/*" FILES_${PN} = "${libdir}/*.so.*" |