summaryrefslogtreecommitdiff
path: root/packages/sqlite/sqlite_2.8.17.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-11 10:18:35 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-11 10:18:35 +0000
commit155377aa68846e6188c5ba88863240c791a68bf8 (patch)
tree5801c6e89c8eadd525b1941e43d8f2e2efc0889e /packages/sqlite/sqlite_2.8.17.bb
parent54f2a89956be3a81a30f84f79758a46dab2b1c11 (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.17.bb')
-rw-r--r--packages/sqlite/sqlite_2.8.17.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sqlite/sqlite_2.8.17.bb b/packages/sqlite/sqlite_2.8.17.bb
index 5b16358f3f..b5939d9848 100644
--- a/packages/sqlite/sqlite_2.8.17.bb
+++ b/packages/sqlite/sqlite_2.8.17.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
LICENSE = "PD"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
file://mainmk_build_dynamic.patch;patch=1 \
@@ -56,6 +56,6 @@ do_install() {
}
PACKAGES += "${PN}-bin"
-FILES_${PN}-bin = "${bindir}/[!.]*"
+FILES_${PN}-bin = "${bindir}/*"
FILES_${PN} = "${libdir}/*.so.*"