浏览代码

ccache: deprecate the target package

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>
Thomas Petazzoni 12 年之前
父节点
当前提交
28acda4b63
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/ccache/Config.in

+ 2 - 0
package/ccache/Config.in

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