Deprecate pcmcia and microwin packages
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 25 Jul 2010 14:53:52 +0000 (16:53 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jul 2010 22:52:13 +0000 (00:52 +0200)
It isn't worth the effort to convert these packages to the new package
infrastructure since they are deprecated.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/microwin/Config.in
package/pcmcia/Config.in

diff --git a/CHANGES b/CHANGES
index 73fb6eb5a7c3414bec1ecccb40d2a1039f7b7a5a..660fa1cf08c00eb237acbf0272376875529ee17b 100644 (file)
--- 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):
 
index 5445f6af3a086409dc7429919933c68e0a33fdea..35a03700298f7864f88b00b6b22841f1503446f3 100644 (file)
@@ -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.
index fe26fa3bf808a94ef6673c05e4a0306ee8c436e6..de1e33bba4771a6ee41a2b247de46b84534c55fa 100644 (file)
@@ -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.