summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-24 10:52:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-24 10:52:34 +0200
commitbd5388bfece79ae69c65e6e2486ae5c634914932 (patch)
treef318749c1ed1bebd86ee74181110a3fd797ab9ed
parent01a912b9adb55f908a9dc9dfd40a4f20617054e1 (diff)
downloadptxdist-bd5388bfece79ae69c65e6e2486ae5c634914932.tar.gz
ptxdist-bd5388bfece79ae69c65e6e2486ae5c634914932.tar.xz
libnih: move to staging
It was used by upstart, but that was removed a long time ago. There are no other users. It fails to build with gcc 10 so just move it to staging. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libnih.in4
-rw-r--r--rules/libnih.in7
2 files changed, 9 insertions, 2 deletions
diff --git a/rules/host-libnih.in b/rules/host-libnih.in
index d5eeca0c9..d2728692f 100644
--- a/rules/host-libnih.in
+++ b/rules/host-libnih.in
@@ -1,4 +1,6 @@
-## SECTION=hosttools_noprompt
+## SECTION=staging
+## old section:
+### SECTION=hosttools_noprompt
config HOST_LIBNIH
tristate
default y if ALLYES
diff --git a/rules/libnih.in b/rules/libnih.in
index 23c2efb75..84e8acf9f 100644
--- a/rules/libnih.in
+++ b/rules/libnih.in
@@ -1,4 +1,6 @@
-## SECTION=system_libraries
+## SECTION=staging
+## old section:
+### SECTION=system_libraries
config LIBNIH
tristate
@@ -11,3 +13,6 @@ config LIBNIH
libnih is a small library for C application development containing
functions that, despite its name, are not implemented elsewhere in
the standard library set.
+
+ STAGING: remove in ptxdist-2021.06.0
+ Obsolete, unused and dead for a long time. Fails to build with gcc 10.