summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni2010-07-25 16:53:52 +0200
committerPeter Korsgaard2010-07-27 00:52:13 +0200
commite475cf0309f11078202ade5019fcf49f58a60eed (patch)
treeca4e21daa6ce250ccf38e177cbac5e6df2d76a64
parentsetserial: convert to autotargets and fix manpages install (diff)
downloadbuildroot-e475cf0309f11078202ade5019fcf49f58a60eed.tar.gz
buildroot-e475cf0309f11078202ade5019fcf49f58a60eed.tar.xz
buildroot-e475cf0309f11078202ade5019fcf49f58a60eed.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES2
-rw-r--r--package/microwin/Config.in2
-rw-r--r--package/pcmcia/Config.in2
3 files changed, 5 insertions, 1 deletions
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.