ccache: deprecate the target package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Dec 2012 08:13:57 +0000 (08:13 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Dec 2012 20:51:12 +0000 (21:51 +0100)
Since we have deprecated the capability of building a toolchain for
the target, it makes sense to also deprecate ccache for the target.

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

index 30e657870016fb6a00e986fcae503ff7267780b3..41ace52de69a25d85ea8a70b5704d4d4f4c55a87 100644 (file)
@@ -2,6 +2,8 @@ config BR2_PACKAGE_CCACHE
        bool "ccache"
        # needs fork()
        depends on BR2_USE_MMU
+       # We no longer support a toolchain on the target
+       depends on BR2_DEPRECATED
        help
          ccache is a compiler cache. It speeds up recompilation by
          caching previous compilations and detecting when the same