From: Henning Heinold Date: Sun, 13 Feb 2011 10:42:55 +0000 (+0100) Subject: sqlite3: add now really latest version 3.7.5 of sqlite X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd984bd627036486536841dba15a18f01560d347;p=openembedded.git 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 --- 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"