summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 22:15:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-25 21:13:17 +0200
commit230de8dbed3708eb4c7fe9f4b751fe06f33ffb25 (patch)
treee61bdd308ad81223a4a7ba564c16e257bd4c6036
parentbae9ebe4debbfb4f0715764293c1249d700b1e15 (diff)
downloadptxdist-230de8dbed3708eb4c7fe9f4b751fe06f33ffb25.tar.gz
ptxdist-230de8dbed3708eb4c7fe9f4b751fe06f33ffb25.tar.xz
parted: move to staging
It's an old version that need to be updated. Fails to build with glibc-2.28. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/parted.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/parted.in b/rules/parted.in
index 0e7a5eb43..2e9f54a31 100644
--- a/rules/parted.in
+++ b/rules/parted.in
@@ -1,4 +1,6 @@
-## SECTION=shell_and_console
+## SECTION=staging
+## old section:
+### SECTION=shell_and_console
config PARTED
tristate
prompt "parted"
@@ -11,3 +13,6 @@ config PARTED
and copy hard disk partitions. Parted can be used for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
+
+ STAGING: remove in ptxdist-2020.06.0
+ Old version that need to be updated. Fails to build with glibc-2.28.