From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/ccache/ccache.inc | 18 ++++++++++++++++++ meta/recipes-devtools/ccache/ccache_3.1.9.bb | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-devtools/ccache/ccache.inc create mode 100644 meta/recipes-devtools/ccache/ccache_3.1.9.bb (limited to 'meta/recipes-devtools/ccache') diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc new file mode 100644 index 0000000000..087cb7db81 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -0,0 +1,18 @@ +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+" + +DEPENDS = "zlib" + +SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz" + +inherit autotools + +BBCLASSEXTEND = "native" + +TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/meta/recipes-devtools/ccache/ccache_3.1.9.bb b/meta/recipes-devtools/ccache/ccache_3.1.9.bb new file mode 100644 index 0000000000..1679171a9d --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_3.1.9.bb @@ -0,0 +1,7 @@ +require ccache.inc + +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932" + +SRC_URI[md5sum] = "522a6016bda56892653612bbdefff3e0" +SRC_URI[sha256sum] = "4981fdf3ad851de400d94083a0d03f115ce9ce8062c3fd7a291630294b0006c4" -- cgit v1.2.3-54-g00ecf