diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 06:45:15 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 06:45:15 +0000 |
commit | 7390c03554a0fc94981c5ed0ade550b7aea4dee4 (patch) | |
tree | e1a562c76967f33030efc620f847c3cc49d59899 /packages/sqlite/sqlite_2.8.17.bb | |
parent | ba86d4694fda431a716932f959c4b7189c9af800 (diff) |
sqlite 2.*: Remove the .debug directory from the sqlite-bin, related to the
sqlite 3.* fixes done for #1237.
Diffstat (limited to 'packages/sqlite/sqlite_2.8.17.bb')
-rw-r--r-- | packages/sqlite/sqlite_2.8.17.bb | 4 |
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 7e44ac87ae..5b16358f3f 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 = "r0" +PR = "r1" 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.*" |