legacy: evtest is dropped from input-tools package
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 12 Nov 2012 10:08:31 +0000 (10:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Nov 2012 20:07:16 +0000 (12:07 -0800)
We select BR2_PACKAGE_EVTEST automatically. This has only limited use:
when the LEGACY_CHECK menu is disabled in menuconfig (or even oldconfig),
it will also unselect BR2_PACKAGE_EVTEST again. Still, it can serve as a
hint of how to fix things.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in.legacy

index 4bc8784bdf784a6e4e481c08e7f427e3e8704553..04ccb92c6675abb2ad1ac6c712a8f4b93bc3f2db 100644 (file)
@@ -48,4 +48,11 @@ if BR2_LEGACY_CHECK_2012_11
 # Legacy options from 2012.08
 #
 
+config BR2_PACKAGE_INPUT_TOOLS_EVTEST
+       bool "input-tools evtest is now a separate package evtest"
+       select BR2_LEGACY
+       select BR2_PACKAGE_EVTEST
+       help
+         The evtest program from input-tools is now a separate package.
+
 endif