diff options
author | Ryan Coe <bluemrp9@gmail.com> | 2016-12-16 14:26:51 -0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-17 15:01:07 +0100 |
commit | 3d707d2b4fa6362cb37754f6c5fbb06240f5faf5 (patch) | |
tree | 2b51ab8daac491a24ad1b3e2fc91283e2d087eda /package/mysql/mysql.hash | |
parent | ae2a9ca980d4b3c7e00739e03ebdb265f23ed900 (diff) | |
download | buildroot-3d707d2b4fa6362cb37754f6c5fbb06240f5faf5.tar.gz buildroot-3d707d2b4fa6362cb37754f6c5fbb06240f5faf5.zip |
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>
Diffstat (limited to 'package/mysql/mysql.hash')
-rw-r--r-- | package/mysql/mysql.hash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/mysql/mysql.hash b/package/mysql/mysql.hash deleted file mode 100644 index bc309ec9a8..0000000000 --- a/package/mysql/mysql.hash +++ /dev/null @@ -1,4 +0,0 @@ -# From https://downloads.mariadb.com/archives/mysql-5.1/mysql-5.1.73.tar.gz.md5 -md5 887f869bcc757957067b9198f707f32f mysql-5.1.73.tar.gz -# Locally computed -sha256 05ebe21305408b24407d14b77607a3e5ffa3c300e03f1359d3066f301989dcb5 mysql-5.1.73.tar.gz |