[oe-commits] org.oe.dev sqlite3: Add 3.4.1

florian commit openembedded-commits at lists.openembedded.org
Mon Aug 13 17:29:10 UTC 2007


sqlite3: Add 3.4.1

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 73007e84fa4bb064d168541a555f54c32aa7d072
ViewMTN: http://monotone.openembedded.org/revision.psp?id=73007e84fa4bb064d168541a555f54c32aa7d072
Files:
1
packages/sqlite/sqlite3-3.4.1
packages/sqlite/sqlite3-3.4.1/libtool.patch
packages/sqlite/sqlite3_3.4.1.bb
Diffs:

#
# mt diff -ra3cc50e88f3bb1d724ee1bc426ab663db0a436a2 -r73007e84fa4bb064d168541a555f54c32aa7d072
#
# 
# 
# add_dir "packages/sqlite/sqlite3-3.4.1"
# 
# add_file "packages/sqlite/sqlite3-3.4.1/libtool.patch"
#  content [9301b88cfee311e677873cae9b461f3fc90eb8a8]
# 
# add_file "packages/sqlite/sqlite3_3.4.1.bb"
#  content [864e21b3ffae637c9108c0c4da631438c43fe2a8]
# 
============================================================
--- packages/sqlite/sqlite3-3.4.1/libtool.patch	9301b88cfee311e677873cae9b461f3fc90eb8a8
+++ packages/sqlite/sqlite3-3.4.1/libtool.patch	9301b88cfee311e677873cae9b461f3fc90eb8a8
@@ -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
============================================================
--- packages/sqlite/sqlite3_3.4.1.bb	864e21b3ffae637c9108c0c4da631438c43fe2a8
+++ packages/sqlite/sqlite3_3.4.1.bb	864e21b3ffae637c9108c0c4da631438c43fe2a8
@@ -0,0 +1,3 @@
+require sqlite3.inc
+PR = "r0"
+






More information about the Openembedded-commits mailing list