sqlite 2.*: Remove the .debug directory from the sqlite-bin, related to the
authorJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 06:45:15 +0000 (06:45 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 06:45:15 +0000 (06:45 +0000)
sqlite 3.* fixes done for #1237.

packages/sqlite/sqlite_2.8.15.bb
packages/sqlite/sqlite_2.8.16.bb
packages/sqlite/sqlite_2.8.17.bb
packages/sqlite/sqlite_2.8.9.bb

index 17b3605..489d8dc 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "readline ncurses"
 LICENSE = "PD"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
           file://main.mk"
@@ -51,6 +51,6 @@ do_install() {
 }
 
 PACKAGES += "${PN}-bin"
-FILES_${PN}-bin = "${bindir}"
+FILES_${PN}-bin = "${bindir}/[!.]*"
 FILES_${PN} = "${libdir}/*.so.*"
 
index fcbca71..8be6cec 100644 (file)
@@ -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://sqlite.pc \
@@ -54,6 +54,6 @@ do_install() {
 }
 
 PACKAGES += "${PN}-bin"
-FILES_${PN}-bin = "${bindir}"
+FILES_${PN}-bin = "${bindir}/[!.]*"
 FILES_${PN} = "${libdir}/*.so.*"
 
index 7e44ac8..5b16358 100644 (file)
@@ -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.*"
 
index 5063711..015844e 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "An Embeddable SQL Database Engine"
 SECTION = "libs"
 PRIORITY = "optional"
@@ -7,7 +7,7 @@ LICENSE = "PD"
 
 PACKAGES =+ "sqlite-bin"
 
-FILES_sqlite-bin = "${bindir}"
+FILES_sqlite-bin = "${bindir}/[!.]*"
 
 SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
            file://crosscompile.patch;patch=1"