diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2018-02-05 10:41:03 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:39 +0000 |
| commit | e4878cc1977f2dd284fdf7e18b8f7f84cd16b431 (patch) | |
| tree | 4cac0a6c503366d519696624f724037fb2d9cade /meta/recipes-devtools/ccache/ccache_3.3.5.bb | |
| parent | b678d594ba16fbe051dc8b5ed205e70767411383 (diff) | |
| download | poky-e4878cc1977f2dd284fdf7e18b8f7f84cd16b431.tar.gz | |
ccache: 3.3.4 -> 3.3.5
The LIC_FILES_CHKSUM is changed because of year updated, the contents are the
same.
(From OE-Core rev: fd8d58e6f5ae9111d87f44ca379478851f49156e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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/ccache/ccache_3.3.5.bb')
| -rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.3.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.3.5.bb b/meta/recipes-devtools/ccache/ccache_3.3.5.bb new file mode 100644 index 0000000000..929f0f1276 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.3.5.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | require ccache.inc | ||
| 2 | |||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=dae379a85bb6e9d594773e0aa64876f6" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "eee58db7cce892febddb989308dc568f" | ||
| 7 | SRC_URI[sha256sum] = "190576a6e938760ec8113523e6fd380141117303e90766cc4802e770422b30c6" | ||
| 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 | " | ||
