diff options
author | Mike Crowe <mac@mcrowe.com> | 2017-02-20 10:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:51 -0800 |
commit | 7f9951e5cc4bb1b954ef1a9636c0667427942285 (patch) | |
tree | ea610bf1c30552b29be80488847cabba805c8587 /meta/recipes-devtools | |
parent | 4533abfb0736b3b8a6af55f38bfec59dc1ecada3 (diff) | |
download | poky-7f9951e5cc4bb1b954ef1a9636c0667427942285.tar.gz |
ccache: Upgrade to v3.3.4
Only the copyright year has been updated in LICENSE.txt. The license text
itself has not changed.
This version fixes a bug with dependency output that could cause problems
when compiling kernels for different MACHINEs using a shared ccache. See
https://github.com/ccache/ccache/issues/158
(From OE-Core rev: 01751da07a6822f0b5d1c08bb73cc7ef376e39b7)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.3.3.bb | 12 | ||||
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.3.4.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.3.bb b/meta/recipes-devtools/ccache/ccache_3.3.3.bb deleted file mode 100644 index ded7b30927..0000000000 --- a/meta/recipes-devtools/ccache/ccache_3.3.3.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require ccache.inc | ||
2 | |||
3 | LICENSE = "GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25" | ||
5 | |||
6 | SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef" | ||
7 | SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f" | ||
8 | |||
9 | SRC_URI += " \ | ||
10 | file://0002-dev.mk.in-fix-file-name-too-long.patch \ | ||
11 | file://Revert-Create-man-page-in-the-make-install-from-git-.patch \ | ||
12 | " | ||
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.4.bb b/meta/recipes-devtools/ccache/ccache_3.3.4.bb new file mode 100644 index 0000000000..45b2899bbe --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.3.4.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ccache.inc | ||
2 | |||
3 | LICENSE = "GPLv3+" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079" | ||
5 | |||
6 | SRC_URI[md5sum] = "61326f1edac7cd211a7018458dfe2d86" | ||
7 | SRC_URI[sha256sum] = "1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538" | ||
8 | |||
9 | SRC_URI += " \ | ||
10 | file://0002-dev.mk.in-fix-file-name-too-long.patch \ | ||
11 | file://Revert-Create-man-page-in-the-make-install-from-git-.patch \ | ||
12 | " | ||