aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite
AgeCommit message (Collapse)Author
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>