summaryrefslogtreecommitdiffstats
path: root/package/cppdb
Commit message (Collapse)AuthorAgeFilesLines
* cppdb: enable postgresql supportGustavo Zacarias2014-10-194-3/+40
| | | | | | | | | | Also: Fix mysql support. Add hash file. Forcibly disable automatic db support when it's not selected. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-1/+1
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cppdb: not available for static buildsGustavo Zacarias2014-02-251-2/+5
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/cdc/cdc522c2cddb10a5c38239fcbea604bfa5a49045/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: fixup dependencies after mysql_client -> mysql renamePeter Korsgaard2014-01-222-4/+4
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cppdb: fix comment dependencyPeter Korsgaard2013-11-111-0/+1
| | | | | | As noticed by Thomas De Schampheleir. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cppdb: new packageGustavo Zacarias2013-11-112-0/+35
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud