summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3_3.7.5.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-05-08 21:09:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 16:41:53 +0100
commit03439a38e367bb817e7f332b617df289c73b847b (patch)
tree3c529746bea5d48cdf8325821d9b41c5c51f7272 /meta/recipes-support/sqlite/sqlite3_3.7.5.bb
parent4c96cce0a0c81916f9f8f144515855e31a8472bf (diff)
downloadpoky-03439a38e367bb817e7f332b617df289c73b847b.tar.gz
sqlite: upgrade from 3.7.5 to 3.7.6.2
- also remove the libtool.patch since it is already in the release version - update the LIC_FILES_CHKSUM, the license is not changed, just use sqlite3.h as more appropriate license file. the original sqlite3.c is actually not point to license content. (From OE-Core rev: 195d907986f19131d8f545b7473a676553c96028) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.7.5.bb')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.7.5.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.5.bb b/meta/recipes-support/sqlite/sqlite3_3.7.5.bb
deleted file mode 100644
index 212d9e2a14..0000000000
--- a/meta/recipes-support/sqlite/sqlite3_3.7.5.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1require sqlite3.inc
2
3LIC_FILES_CHKSUM = "file://sqlite3.c;endline=19;md5=c1b8048b783961c3ba387c43fd955dc6"
4
5SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz"
6S = "${WORKDIR}/sqlite-autoconf-3070500"
7PR = "r0"
8
9SRC_URI[md5sum] = "a9604a82613ade2e7f4c303f233e477f"
10SRC_URI[sha256sum] = "cb5b86926ec9f65882b2dddd244f2d620337d911ec73411863f77e48cf6a2f94"