From e475cf0309f11078202ade5019fcf49f58a60eed Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 25 Jul 2010 16:53:52 +0200 Subject: Deprecate pcmcia and microwin packages It isn't worth the effort to convert these packages to the new package infrastructure since they are deprecated. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- CHANGES | 2 +- package/microwin/Config.in | 2 ++ package/pcmcia/Config.in | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 73fb6eb5a..660fa1cf0 100644 --- a/CHANGES +++ b/CHANGES @@ -34,7 +34,7 @@ Removed packages: modutils, portage, rxvt - Deprecated packages: dillo, libglib12, libgtk12 + Deprecated packages: dillo, libglib12, libgtk12, microwin, pcmcia Issues resolved (http://bugs.uclibc.org): diff --git a/package/microwin/Config.in b/package/microwin/Config.in index 5445f6af3..35a037002 100644 --- a/package/microwin/Config.in +++ b/package/microwin/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_MICROWIN bool "microwin" + # Old, unmaintained graphics stack + depends on BR2_DEPRECATED help Microwindows Graphical User Interface for small and embedded enviroments. diff --git a/package/pcmcia/Config.in b/package/pcmcia/Config.in index fe26fa3bf..de1e33bba 100644 --- a/package/pcmcia/Config.in +++ b/package/pcmcia/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_PCMCIA bool "pcmcia" depends on BR2_PACKAGE_LINUX + # The website says it's deprecated after 2.4.x kernels + depends on BR2_DEPRECATED help PCMCIA tools for Linux. -- cgit v1.2.3