aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite
AgeCommit message (Collapse)Author
2011-07-04sqlite: upgrade from 3.7.6.2 to 3.7.7.1Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-01Drop PRIORITY variableRichard Purdie
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-06sqlite: remove dependency on tcl-nativePhil Blundell
Older versions of sqlite required tclsh at compile time but this is no longer the case with recent 3.7.x. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html Signed-off-by: Phil Blundell <philb@gnu.org>
2011-05-11sqlite: upgrade from 3.7.5 to 3.7.6.2Yu Ke
- 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. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-03-03sqlite3: Update version 3.7.3 -> 3.7.5Khem Raj
* Imported from OE commit a2c3af2d608b1b713018d688b00e03873a538993 * native version of 3.7.3 does not build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-16sqlite3-native: Drop dependencies on ncurses and readline plus enable in ↵Richard Purdie
memory temporary tables Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02sqlite: upgrade from 3.6.23 to 3.7.3Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>