From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: database database/mysql_client
Date: Sun, 01 Jun 2008 21:14:27 +0200 [thread overview]
Message-ID: <87abi5klws.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20080601180849.37DEE3C814@busybox.net> (antab@uclibc.org's message of "Sun\, 1 Jun 2008 11\:08\:49 -0700 \(PDT\)")
>>>>> "antab" == antab <antab@uclibc.org> writes:
antab> Author: antab
antab> Date: 2008-06-01 11:08:48 -0700 (Sun, 01 Jun 2008)
antab> New Revision: 22165
antab> Log:
antab> Added database menu to config (maybe move the other databases
antab> under it to remove the mess from the main package menu) Added
antab> mysql 5.1 client package, can be used to provide mysql support
antab> for PHP. Note: This package has only been tested on AVR32.
...
antab> Added: trunk/buildroot/package/database/Config.in
antab> ===================================================================
antab> --- trunk/buildroot/package/database/Config.in (rev 0)
antab> +++ trunk/buildroot/package/database/Config.in 2008-06-01 18:08:48 UTC (rev 22165)
antab> @@ -0,0 +1,5 @@
antab> +menu "Database"
antab> +
antab> +source "package/database/mysql_client/Config.in"
antab> +
antab> +endmenu
The other sub menus use menuconfig instead of menu, please do as well.
antab> Added: trunk/buildroot/package/database/database.mk
antab> ===================================================================
antab> --- trunk/buildroot/package/database/database.mk (rev 0)
antab> +++ trunk/buildroot/package/database/database.mk 2008-06-01 18:08:48 UTC (rev 22165)
antab> @@ -0,0 +1 @@
antab> +include package/database/*/*.mk
antab> Added: trunk/buildroot/package/database/mysql_client/Config.in
antab> ===================================================================
antab> --- trunk/buildroot/package/database/mysql_client/Config.in (rev 0)
antab> +++ trunk/buildroot/package/database/mysql_client/Config.in 2008-06-01 18:08:48 UTC (rev 22165)
antab> @@ -0,0 +1,5 @@
antab> +config BR2_PACKAGE_MYSQL_CLIENT
antab> + bool "MySQL 5.1 client"
antab> + default n
antab> + help
antab> + MySQL 5.1 client
Please don't add the version number to the help text.
antab> Added: trunk/buildroot/package/database/mysql_client/mysql_client.mk
antab> ===================================================================
antab> --- trunk/buildroot/package/database/mysql_client/mysql_client.mk (rev 0)
antab> +++ trunk/buildroot/package/database/mysql_client/mysql_client.mk 2008-06-01 18:08:48 UTC (rev 22165)
antab> @@ -0,0 +1,30 @@
antab> +#############################################################
antab> +#
antab> +# MySQL 5.1 Client
antab> +#
antab> +#############################################################
antab> +MYSQL_CLIENT_VERSION = 5.1.23-rc
antab> +MYSQL_CLIENT_SOURCE = mysql-$(MYSQL_CLIENT_VERSION).tar.gz
antab> +MYSQL_CLIENT_SITE = http://mirrors.24-7-solutions.net/pub/mysql/Downloads/MySQL-5.1
Is that the official download URL?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2008-06-01 19:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 18:08 [Buildroot] svn commit: trunk/buildroot/package: database database/mysql_client antab at uclibc.org
2008-06-01 19:14 ` Peter Korsgaard [this message]
2008-06-01 19:35 ` Arnar Mar Sig
2008-06-01 20:34 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87abi5klws.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox