[Buildroot] [PATCH 08/20] netkitbase: mark as deprecated

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 11 17:40:40 UTC 2012


It is no longer being developed, the FTP is dead, and Debian has
removed it from the distribution.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/netkitbase/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in
index 75bd728..dd9166c 100644
--- a/package/netkitbase/Config.in
+++ b/package/netkitbase/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NETKITBASE
 	bool "netkitbase"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on BR2_DEPRECATED
 	help
 	  Old-style inetd.
 
-- 
1.7.9.5



More information about the buildroot mailing list