summaryrefslogtreecommitdiffstats
path: root/rules/host-mysql.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mysql: don't use HOST_MYSQL_DIR directlyMichael Olbrich2018-06-291-0/+15
| | | | | | | No package should use the build directory of another package. Fix this buy installing all needed files properly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-mysql: fix building with gcc6Michael Olbrich2016-10-211-0/+2
| | | | | | | Building fails for c++11 which is the default for gcc6. Make sure c++98 is used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-mysql: don't define '$(HOST_MYSQL_BOOST_SOURCE)'Michael Olbrich2016-08-011-1/+0
| | | | | | | It't not needed because it's the same as $(MYSQL_BOOST_SOURCE) and may fail if host-mysql.make is included after mysql.make Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mySQL: exhume a gone package by updating it to a new releaseJuergen Borleis2016-05-261-0/+56
| | | | | | | | | | | | | | | | | | After the remove of the old package from the staging area this change adds a new release of the mySQL package. Its intended and checked on a read-only root filesystem with write access in "/var/mysql" only. The database engine runs as a regular user and does not need root permissions. Due to its dependency to boost_1_59_0 it uses exactly this version and the already present boost lib in PTXdist isn't used. Be aware: its buildsystem uses a huge amount of memory. If your host is low on memory don't forget to build this package with the '-ji1' parameter. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mysql: remove after more than one year in stagingMichael Olbrich2015-06-021-72/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [mysql] really install host-mysql stuff and use it in mysqlMichael Olbrich2010-04-231-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete clean and prepare targetsMichael Olbrich2010-01-181-20/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * host-mysql.make:Marc Kleine-Budde2008-06-061-29/+11
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8436 33e552b5-05e3-0310-8538-816dae2090ed
* * mysql: addedRobert Schwebel2007-01-061-0/+115
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6756 33e552b5-05e3-0310-8538-816dae2090ed