From: Thomas Petazzoni Date: Sun, 25 Jul 2010 14:53:52 +0000 (+0200) Subject: Deprecate pcmcia and microwin packages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e475cf0309f11078202ade5019fcf49f58a60eed;p=buildroot.git 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 --- diff --git a/CHANGES b/CHANGES index 73fb6eb5a7..660fa1cf08 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 5445f6af3a..35a0370029 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 fe26fa3bf8..de1e33bba4 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.