summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-03-24 21:41:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-03-25 09:48:10 +0100
commitf2afdd541d3dc1cbac965ddaf899009780de2aae (patch)
treeab2064e9635741c090751d5567a231aa232172a3
parent034969695ee0871f70144023c7500cbc81977b32 (diff)
downloadptxdist-f2afdd541d3dc1cbac965ddaf899009780de2aae.tar.gz
ptxdist-f2afdd541d3dc1cbac965ddaf899009780de2aae.tar.xz
classpath: move to staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/classpath.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/classpath.in b/rules/classpath.in
index 271a91728..eb32f5948 100644
--- a/rules/classpath.in
+++ b/rules/classpath.in
@@ -1,4 +1,6 @@
-## SECTION=bytecode_engines
+## SECTION=staging
+## old section:
+### SECTION=bytecode_engines
config CLASSPATH
tristate
@@ -11,3 +13,7 @@ config CLASSPATH
free core class libraries for use with virtual machines and compilers
for the java programming language.
+ STAGING: remove in ptxdist-2019.04.0
+ Old, obsolete package and needs javah to build, which is not
+ available on any current distribution.
+