aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql
AgeCommit message (Collapse)Author
2010-11-02mysql5-native: drop obsolete do_rm_work replacementDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-25Revert "mysql/mysql-native_4.1.22.bb: removed unneeded EXTRA_OEMAKE"Frans Meulenbroeks
This reverts commit 65a856292361814add78c44e7f13ef4b9e20da66. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-25Revert "mysql/mysql5-native_5.1.40.bb: removed unneeded EXTRA_OEMAKE"Frans Meulenbroeks
This reverts commit eb889521fcb27cdbb827e50df62704c68570e648. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-24mysql/mysql5-native_5.1.40.bb: removed unneeded EXTRA_OEMAKEFrans Meulenbroeks
verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-24mysql/mysql-native_4.1.22.bb: removed unneeded EXTRA_OEMAKEFrans Meulenbroeks
verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-04mysql5: adopt to new style sysrootPierluigi Passaro
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-30mysql5-native: Convert from legacy staging, disable pstagingTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30mysql : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.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-18mysql5: Fix the build with gcc4.5 by applying an upstream patchHolger Hans Peter Freyther
Apply an upstream commit to get the build fixed with a gcc 4.5
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>
2009-11-11mysql5: Fix class ordering problem by converting to use SYSROOT_PREPROCESS_FUNCSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11mysql: adopt to new style sysroot stuffKoen Kooi
2009-11-10mysql5: removed DEFAULT_PREFERENCE="-1" i(as discussed on email and irc)Frans Meulenbroeks
2009-11-08mysql5: fixed packagingFrans Meulenbroeks
2009-11-07mysql5: added DEPENDS to -native, reworked packagingFrans Meulenbroeks
2009-11-07mysql5: added missing file misc.m4.patchFrans Meulenbroeks
2009-11-06mysql5: created recipeFrans Meulenbroeks
2009-11-06mysql: moved pid dir from /var/run/mysql to /var/lib/mysql as /var/run is ↵Frans Meulenbroeks
created upon boot (and so var/run disappears) added restart to init.d script
2009-11-04mysql: changed postinstall: pid file goes to /var/run/mysql i.s.o /var/run ↵Frans Meulenbroeks
as mysqld cannot write to /var/run this alo changes /etc/my.cnf
2009-11-03mysql: fixed mysql_config in stagingFrans Meulenbroeks
2009-05-30Remove references to base_set_filespath() from recipes that don't need it.Michael Smith
These recipes are covered by the default FILESPATHPKG setting. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-16mysql: mysql_config produced by this build specifies host includes and libs, ↵Tim 'timtim' Ellis
sed these out so we can use this to cross compile stuff with QA checks
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>