summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-06-06 10:48:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-06-06 12:41:51 +0200
commit401e8e641c9c0524a15182a6297d33b27018d448 (patch)
treecdf18235c760683f1cbd6f6ddb387e314fdca30e
parent1eb85eddc20a97262285d36467088c4f89ac8a4a (diff)
downloadptxdist-401e8e641c9c0524a15182a6297d33b27018d448.tar.gz
ptxdist-401e8e641c9c0524a15182a6297d33b27018d448.tar.xz
mysql: move to staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/mysql.in7
-rw-r--r--rules/mysqldb.in1
2 files changed, 7 insertions, 1 deletions
diff --git a/rules/mysql.in b/rules/mysql.in
index 1cc27ec26..ff19f9b7b 100644
--- a/rules/mysql.in
+++ b/rules/mysql.in
@@ -1,4 +1,6 @@
-## SECTION=mysql
+## SECTION=staging
+## old section:
+### SECTION=mysql
config MYSQL
tristate
@@ -19,6 +21,9 @@ config MYSQL
help
mySQL, an SQL database engine
+ STAGING: remove in PTXdist 2023.07.0
+ Ancient version, not realy maintained in PTXdist. Needs to be updated.
+
if MYSQL
config MYSQL_SYSTEMD
diff --git a/rules/mysqldb.in b/rules/mysqldb.in
index 3f8af3fb0..121be92f9 100644
--- a/rules/mysqldb.in
+++ b/rules/mysqldb.in
@@ -14,6 +14,7 @@ choice
config MYSQLDB_MYSQL
bool
+ depends on STAGING
prompt "mysql "
config MYSQLDB_MARIADB