summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/ccache.inc
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-11-27 03:49:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:06 +0000
commit965f7dd13f6e5a715e4df15fc87eaf79562b50b1 (patch)
tree11d490eb0c82a930624c96022c199d382915fd85 /meta/recipes-devtools/ccache/ccache.inc
parent9a9710169d01788725ace91dbea0b8a268cede7c (diff)
downloadpoky-965f7dd13f6e5a715e4df15fc87eaf79562b50b1.tar.gz
ccache: update to upstream version 3.1.8
(From OE-Core rev: a627d8b1ecec394a9e638975f4d39553dc3efba5) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache.inc')
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc
index e9f7344643..29ac409854 100644
--- a/meta/recipes-devtools/ccache/ccache.inc
+++ b/meta/recipes-devtools/ccache/ccache.inc
@@ -7,7 +7,7 @@ HOMEPAGE = "http://ccache.samba.org"
7SECTION = "devel" 7SECTION = "devel"
8LICENSE = "GPLv3+" 8LICENSE = "GPLv3+"
9 9
10SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz" 10SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
11 11
12inherit autotools 12inherit autotools
13 13