sqlite: Update for keeping the debug information in the correct package
authorJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:18:35 +0000 (10:18 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 11 Aug 2006 10:18:35 +0000 (10:18 +0000)
which is clearer. Append to package list so -dbg package stays first and
use .../* to match files and ignore directories.

packages/sqlite/sqlite3_3.2.2.bb
packages/sqlite/sqlite3_3.2.5.bb
packages/sqlite/sqlite3_3.2.7.bb
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 d5d06ca..e393c09 100644 (file)
@@ -1,2 +1,2 @@
 include sqlite3.inc
-PR = "r1"
+PR = "r2"
index d5d06ca..e393c09 100644 (file)
@@ -1,2 +1,2 @@
 include sqlite3.inc
-PR = "r1"
+PR = "r2"
index d5d06ca..e393c09 100644 (file)
@@ -1,2 +1,2 @@
 include sqlite3.inc
-PR = "r1"
+PR = "r2"
index 489d8dc..2c1d9ec 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "readline ncurses"
 LICENSE = "PD"
-PR = "r4"
+PR = "r5"
 
 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 8be6cec..f0d62ba 100644 (file)
@@ -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.*"
 
index 5b16358..b5939d9 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://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 015844e..120e721 100644 (file)
@@ -1,13 +1,13 @@
-PR = "r2"
+PR = "r3"
 DESCRIPTION = "An Embeddable SQL Database Engine"
 SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "readline ncurses"
 LICENSE = "PD"
 
-PACKAGES =+ "sqlite-bin"
+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"