diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-25 01:16:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-25 23:46:56 +0100 |
commit | 40627f5c334544178b056078da5e1d645ebd2a38 (patch) | |
tree | cb7736614a2daa7baac9b96b342586e589210834 /meta/recipes-devtools/ccache/ccache_3.2.5.bb | |
parent | 2b82c24a6b0148d1cc548605eab9be85f356ab6d (diff) | |
download | openembedded-core-40627f5c334544178b056078da5e1d645ebd2a38.tar.gz openembedded-core-40627f5c334544178b056078da5e1d645ebd2a38.tar.bz2 openembedded-core-40627f5c334544178b056078da5e1d645ebd2a38.zip |
ccache: 3.2.4 -> 3.2.5
Add Revert-Create-man-page-in-the-make-install-from-git-.patch to
disable asciidoc since we don't have it.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache/ccache_3.2.5.bb')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.2.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.5.bb b/meta/recipes-devtools/ccache/ccache_3.2.5.bb new file mode 100644 index 0000000000..afd1b0ea12 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.2.5.bb @@ -0,0 +1,11 @@ +require ccache.inc + +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8a4fa173ed91c1a5204ea4f9c9eadc3" + +SRCREV = "424d3ae1fb73444c6c38bf189f8fc048f66d6499" + +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 \ +" |