sqlite3: add now really latest version 3.7.5 of sqlite
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 13 Feb 2011 10:42:55 +0000 (11:42 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 13 Feb 2011 17:13:16 +0000 (18:13 +0100)
* fix cut and paste error for DEFAULT_PREFRENCE
* sqlite3 uses new version-ending scheme

recipes/sqlite/sqlite3_3.7.3.bb [deleted file]
recipes/sqlite/sqlite3_3.7.5.bb [new file with mode: 0644]

diff --git a/recipes/sqlite/sqlite3_3.7.3.bb b/recipes/sqlite/sqlite3_3.7.3.bb
deleted file mode 100644 (file)
index b52eb08..0000000
+++ /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 (file)
index 0000000..9720319
--- /dev/null
@@ -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"