aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite
AgeCommit message (Collapse)Author
2011-02-17sqlite3-native: Fixup DEPENDSTom Rini
The way things were before we were missing tcl-native. In addition, we can clean up the recipes slightly since sqlite3.inc is where we set BBCLASSEXTEND = "native" Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-13sqlite3: add now really latest version 3.7.5 of sqliteHenning Heinold
* fix cut and paste error for DEFAULT_PREFRENCE * sqlite3 uses new version-ending scheme
2011-02-12sqlite3: add version 3.7.3, which has a lot of goodies, use DP=-1Henning Heinold
2010-12-02sqlite3.inc: Fix build when DISTRO_FEATURES lacks "largefile".Graham Gower
The --disable-largefile configure parameter does nothing. /bin/sh ./mipsel-oe-linux-uclibc-libtool --mode=compile --tag=CC mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdint.h:26:0, from sqlite3.c:304: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0, from sqlite3.c:6522: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from sqlite3.c:6522:0: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t' In file included from sqlite3.c:6522:0: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t' /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token make: *** [sqlite3.lo] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-04sqlite: use conditional append, instead of appending to conditional variable :)Denys Dmytriyenko
While both seem to work in this case, this one is more correct. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-04sqlite: fix BBCLASSEXTEND breakageDenys Dmytriyenko
Old version of sqlite3-native used 'sed' to create sqlite3.h, but the new version uses 'tclsh'. Fix DEPENDS on tcl-native, as target version of 'tcl' is not needed due to --disable-tcl, but native is needed to stage 'tclsh'. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-04sqlite : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-03sqlite3-native: use BBCLASSEXTENDChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-09-30sqlite3: Extend target recipe to native recipe using BBCLASSEXTENDNoor Ahsan
* Set BBCLASSEXTEND to "native" to use target recipe as native recipe * In include file tcl-native was present in DEPENDS list, remove it from DEPENDS list by setting DEPENDS_virtclass-native = "readline-native ncurses-native" * Bump PR "${INC_PR}.1" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30sqlite: Merge target and native recipe using BBCLASSEXTEND, Remove native recipeNoor Ahsan
* Merge target and native recipes using BBCLASSEXTEND, Set BBCLASSEXTEND = "native" * Bump PR to "r7" * Remove sqlite-native_2.8.17 recipe Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-14sqlite: removed 3.6.2 and 3.6.5Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-09sqlite3: add 3.6.23.1Koen Kooi
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28sqlite: convert to new style stagingKoen Kooi
2009-11-08sqlite3: add dep on tcl-nativeKoen Kooi
2009-11-05sqlite3: add 3.6.20Koen Kooi
2009-09-22sqlite: Fix packaging to get pc file into -dev package.Florian Boor
2009-07-19sqlite3.inc : Update include file to use autotools_stage class.Philip Balister
2009-04-24sqlite3: add version 3.6.13Roman I Khimov
2009-04-02sqlite: use LDFLAGS (fixes QA error)Jeremy Lainé
2009-03-20sqlite3: update to 3.6.5Koen Kooi
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>