From patchwork Fri Jun 24 09:53:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/4] ccache: Integrate ccache-native to poky Date: Fri, 24 Jun 2011 09:53:11 -0000 From: wenzong.fan@windriver.com X-Patchwork-Id: 6473 Message-Id: <629e95cdaa0288b65a87f857f2291ca862bf0a0a.1308902512.git.wenzong.fan@windriver.com> To: From: Wenzong Fan Add ccache as a native tool and put its recipe files to: 'meta/recipes-devtools/ccache'. Signed-off-by: Wenzong Fan --- meta/recipes-devtools/ccache/ccache.inc | 16 ++++++++++++++++ meta/recipes-devtools/ccache/ccache_3.1.5.bb | 8 ++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/ccache/ccache.inc create mode 100644 meta/recipes-devtools/ccache/ccache_3.1.5.bb diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc new file mode 100644 index 0000000..e9f7344 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -0,0 +1,16 @@ +SUMMARY = "a fast C/C++ compiler cache" +DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ +by caching the result of previous compilations and detecting when the \ +same compilation is being done again. Supported languages are C, C\+\+, \ +Objective-C and Objective-C++." +HOMEPAGE = "http://ccache.samba.org" +SECTION = "devel" +LICENSE = "GPLv3+" + +SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz" + +inherit autotools + +BBCLASSEXTEND = "native" + +TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/meta/recipes-devtools/ccache/ccache_3.1.5.bb b/meta/recipes-devtools/ccache/ccache_3.1.5.bb new file mode 100644 index 0000000..9a967b2 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.1.5.bb @@ -0,0 +1,8 @@ +require ccache.inc + +PR = "r0" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932" + +SRC_URI[md5sum] = "b1a9684828eae68382d6afc98ce80d24" +SRC_URI[sha256sum] = "54afc35c672ce451e04a478cfc0eb74c1ba184e27ef24881206602aa0eb94d63"