sqlite3: Added 3.3.17.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 25 May 2007 23:43:10 +0000 (23:43 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 25 May 2007 23:43:10 +0000 (23:43 +0000)
packages/sqlite/sqlite3-3.3.17/.mtn2git_empty [new file with mode: 0644]
packages/sqlite/sqlite3-3.3.17/libtool.patch [new file with mode: 0644]
packages/sqlite/sqlite3.inc
packages/sqlite/sqlite3_3.3.12.bb
packages/sqlite/sqlite3_3.3.13.bb
packages/sqlite/sqlite3_3.3.17.bb [new file with mode: 0644]

diff --git a/packages/sqlite/sqlite3-3.3.17/.mtn2git_empty b/packages/sqlite/sqlite3-3.3.17/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sqlite/sqlite3-3.3.17/libtool.patch b/packages/sqlite/sqlite3-3.3.17/libtool.patch
new file mode 100644 (file)
index 0000000..ccf9993
--- /dev/null
@@ -0,0 +1,25 @@
+Index: sqlite-3.2.1/Makefile.in
+===================================================================
+--- sqlite-3.2.1.orig/Makefile.in      2005-03-23 17:09:39.000000000 +0100
++++ sqlite-3.2.1/Makefile.in   2005-04-25 23:11:20.000000000 +0200
+@@ -15,7 +15,10 @@
+ # The toplevel directory of the source tree.  This is the directory
+ # that contains this "Makefile.in" and the "configure.in" script.
+ #
+-TOP = @srcdir@
++TOP = $(srcdir)
++srcdir = @srcdir@
++top_srcdir = @top_srcdir@
++top_builddir = .
+ # C Compiler and options for use in building executables that
+ # will run on the platform that is doing the build.
+@@ -96,7 +99,7 @@
+ exec_prefix = @exec_prefix@
+ libdir = @libdir@
+ INSTALL = @INSTALL@
+-LIBTOOL = ./libtool
++LIBTOOL = @LIBTOOL@
+ ALLOWRELEASE = @ALLOWRELEASE@
+ # libtool compile/link/install
index 01290c2..68cc3e1 100644 (file)
@@ -5,9 +5,8 @@ DEPENDS = "readline ncurses"
 LICENSE = "PD"
 
 SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
-          file://cross-compile.patch;patch=1 \
-          file://libtool.patch;patch=1       \
-          file://ldflags.patch;patch=1"
+          file://libtool.patch;patch=1"
+
 S = "${WORKDIR}/sqlite-${PV}"
 
 inherit autotools pkgconfig
index 59c13ee..3d642f0 100644 (file)
@@ -1,2 +1,3 @@
 require sqlite3.inc
-PR = "r0"
+PR = "r1"
+SRC_URI += "file://cross-compile.patch;patch=1 file://ldflags.patch;patch=1"
index 59c13ee..3d642f0 100644 (file)
@@ -1,2 +1,3 @@
 require sqlite3.inc
-PR = "r0"
+PR = "r1"
+SRC_URI += "file://cross-compile.patch;patch=1 file://ldflags.patch;patch=1"
diff --git a/packages/sqlite/sqlite3_3.3.17.bb b/packages/sqlite/sqlite3_3.3.17.bb
new file mode 100644 (file)
index 0000000..cee0087
--- /dev/null
@@ -0,0 +1,3 @@
+require sqlite3.inc
+PR = "r0"
+