mysql: properly order "depends on" vs. bool
This fixes a check-package warning introduced by commit
19df27ed03
("package/mariadb: add option
to disable build of embedded server")
Fixes:
package/mysql/Config.in:59: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a216a344c4
commit
cbf62fc569
@ -55,8 +55,8 @@ config BR2_PACKAGE_MARIADB_SERVER
|
|||||||
Install the mariadb server on the target.
|
Install the mariadb server on the target.
|
||||||
|
|
||||||
config BR2_PACKAGE_MARIADB_SERVER_EMBEDDED
|
config BR2_PACKAGE_MARIADB_SERVER_EMBEDDED
|
||||||
depends on BR2_PACKAGE_MARIADB_SERVER
|
|
||||||
bool "mariadb embedded server"
|
bool "mariadb embedded server"
|
||||||
|
depends on BR2_PACKAGE_MARIADB_SERVER
|
||||||
help
|
help
|
||||||
Install the mariadb embedded server on the target.
|
Install the mariadb embedded server on the target.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user