aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-13 11:42:55 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-02-13 18:13:16 +0100
commitdd984bd627036486536841dba15a18f01560d347 (patch)
tree6e2f322f6f230c19a1d408bcbcdf23985eec9454 /recipes/sqlite
parentabd3593d76767ba3d8b078c61b0dba63f5e3def6 (diff)
downloadopenembedded-dd984bd627036486536841dba15a18f01560d347.tar.gz
sqlite3: add now really latest version 3.7.5 of sqlite
* fix cut and paste error for DEFAULT_PREFRENCE * sqlite3 uses new version-ending scheme
Diffstat (limited to 'recipes/sqlite')
-rw-r--r--recipes/sqlite/sqlite3_3.7.3.bb11
-rw-r--r--recipes/sqlite/sqlite3_3.7.5.bb15
2 files changed, 15 insertions, 11 deletions
diff --git a/recipes/sqlite/sqlite3_3.7.3.bb b/recipes/sqlite/sqlite3_3.7.3.bb
deleted file mode 100644
index b52eb08aab..0000000000
--- a/recipes/sqlite/sqlite3_3.7.3.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require sqlite3.inc
-PR = "${INC_PR}.0"
-
-EFAULT_PREFERENCE = "-1"
-
-DEPENDS_virtclass-native = "readline-native ncurses-native"
-
-SRC_URI[md5sum] = "5437978aae90350cf984993091e0d695"
-SRC_URI[sha256sum] = "dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6"
-
-BBCLASSEXTEND = "native"
diff --git a/recipes/sqlite/sqlite3_3.7.5.bb b/recipes/sqlite/sqlite3_3.7.5.bb
new file mode 100644
index 0000000000..97203193e4
--- /dev/null
+++ b/recipes/sqlite/sqlite3_3.7.5.bb
@@ -0,0 +1,15 @@
+require sqlite3.inc
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS_virtclass-native = "readline-native ncurses-native"
+
+SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz"
+
+S = "${WORKDIR}/sqlite-autoconf-3070500"
+
+SRC_URI[md5sum] = "a9604a82613ade2e7f4c303f233e477f"
+SRC_URI[sha256sum] = "cb5b86926ec9f65882b2dddd244f2d620337d911ec73411863f77e48cf6a2f94"
+
+BBCLASSEXTEND = "native"