mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
ccache tarballs have been available in tar.xz format since at least v3.1.1. The v3.3.4 tarball is about 30% smaller so we might as well switch to it. (From OE-Core rev: 0e0122ab57ffaf0119b9614b9ac4833d7acb997b) 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>
13 lines
421 B
BlitzBasic
13 lines
421 B
BlitzBasic
require ccache.inc
|
|
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079"
|
|
|
|
SRC_URI[md5sum] = "95ab3c56284129cc2a32460c23069516"
|
|
SRC_URI[sha256sum] = "24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f"
|
|
|
|
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 \
|
|
"
|