diff mbox

[2/8] ccache: deprecate the target package

Message ID 7f267429ccc8c8e1615e9d6cf5016be1ac51e77e.1355076808.git.thomas.petazzoni@free-electrons.com
State Accepted
Commit 28acda4b63e9ef4d1203765c83117ffabb5750e0
Headers show

Commit Message

Thomas Petazzoni Dec. 9, 2012, 6:13 p.m. UTC
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>
---
 package/ccache/Config.in |    2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Dec. 9, 2012, 8:51 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Since we have deprecated the capability of building a toolchain for
 Thomas> the target, it makes sense to also deprecate ccache for the target.

Committed, thanks.
diff mbox

Patch

diff --git a/package/ccache/Config.in b/package/ccache/Config.in
index 30e6578..41ace52 100644
--- a/package/ccache/Config.in
+++ b/package/ccache/Config.in
@@ -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