mysql: rename package to oracle-mysql, make a virtual package
authorRyan Coe <bluemrp9@gmail.com>
Fri, 16 Dec 2016 22:26:51 +0000 (14:26 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Dec 2016 14:01:07 +0000 (15:01 +0100)
commit3d707d2b4fa6362cb37754f6c5fbb06240f5faf5
tree2b51ab8daac491a24ad1b3e2fc91283e2d087eda
parentae2a9ca980d4b3c7e00739e03ebdb265f23ed900
mysql: rename package to oracle-mysql, make a virtual package

This commit turns mysql into a virtual package, after renaming the
original mysql package to oracle-mysql. This way, all existing packages
that "depends on" or "select" BR2_PACKAGE_MYSQL continue to work with no
modification.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
28 files changed:
package/Config.in
package/mariadb/Config.in [deleted file]
package/mariadb/mariadb.mk
package/mysql/0000-ac_cache_check.patch [deleted file]
package/mysql/0001-configure-ps-cache-check.patch [deleted file]
package/mysql/0002-use-new-readline-iface.patch [deleted file]
package/mysql/0003-ac_stack_direction-is-unset.patch [deleted file]
package/mysql/0004-Fix-gen_lex_hash-execution.patch [deleted file]
package/mysql/0005-bison_3_breaks_mysql_server_build.patch [deleted file]
package/mysql/0006-no-force-static-build.patch [deleted file]
package/mysql/0007-dont-install-in-mysql-directory.patch [deleted file]
package/mysql/Config.in
package/mysql/S97mysqld [deleted file]
package/mysql/mysql.hash [deleted file]
package/mysql/mysql.mk
package/mysql/mysqld.service [deleted file]
package/oracle-mysql/0000-ac_cache_check.patch [new file with mode: 0644]
package/oracle-mysql/0001-configure-ps-cache-check.patch [new file with mode: 0644]
package/oracle-mysql/0002-use-new-readline-iface.patch [new file with mode: 0644]
package/oracle-mysql/0003-ac_stack_direction-is-unset.patch [new file with mode: 0644]
package/oracle-mysql/0004-Fix-gen_lex_hash-execution.patch [new file with mode: 0644]
package/oracle-mysql/0005-bison_3_breaks_mysql_server_build.patch [new file with mode: 0644]
package/oracle-mysql/0006-no-force-static-build.patch [new file with mode: 0644]
package/oracle-mysql/0007-dont-install-in-mysql-directory.patch [new file with mode: 0644]
package/oracle-mysql/S97mysqld [new file with mode: 0644]
package/oracle-mysql/mysqld.service [new file with mode: 0644]
package/oracle-mysql/oracle-mysql.hash [new file with mode: 0644]
package/oracle-mysql/oracle-mysql.mk [new file with mode: 0644]