Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
ccache: Upgrade to v3.3.4
Browse files Browse the repository at this point in the history
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
ccache/ccache#158

(From OE-core rev: 01751da07a6822f0b5d1c08bb73cc7ef376e39b7)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
  • Loading branch information
mikecrowe authored and ostroproject-ci committed Feb 23, 2017
1 parent 0e21f88 commit 12a00be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions meta/recipes-devtools/ccache/ccache_3.3.3.bb

This file was deleted.

12 changes: 12 additions & 0 deletions meta/recipes-devtools/ccache/ccache_3.3.4.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require ccache.inc

LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079"

SRC_URI[md5sum] = "61326f1edac7cd211a7018458dfe2d86"
SRC_URI[sha256sum] = "1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538"

SRC_URI += " \
file://0002-dev.mk.in-fix-file-name-too-long.patch \
file://Revert-Create-man-page-in-the-make-install-from-git-.patch \
"

0 comments on commit 12a00be

Please sign in to comment.