[oe-commits] [openembedded-core] 08/53: openssl: disable ccache usage

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 14:24:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit e90da34e5667acacd9ad0dd167846a6126fefad2
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jun 28 15:44:09 2018 +0100

    openssl: disable ccache usage
    
    ccache and openssl don't get on:
    
    | make[1]: Entering directory '/home/prj/yocto/build/tmp/work/core2-64-poky-linux/openssl/1.0.2o-r0/openssl-1.0.2o/crypto'
    | ccache: invalid option -- 'D'
    
    Disable the use of ccache in the openssl recipe until someone root-causes this.
    
    [ YOCTO #12810 ]
    
    (From OE-Core rev: 8f9ceebb197dba10f2d08449de2dd64584de06bb)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-connectivity/openssl/openssl10.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc
index f7a8de8..995177d 100644
--- a/meta/recipes-connectivity/openssl/openssl10.inc
+++ b/meta/recipes-connectivity/openssl/openssl10.inc
@@ -33,6 +33,9 @@ export DIRS = "crypto ssl apps"
 export EX_LIBS = "-lgcc -ldl"
 export AS = "${CC} -c"
 
+# openssl fails with ccache: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12810
+CCACHE = ""
+
 inherit pkgconfig siteinfo multilib_header ptest relative_symlinks
 
 PACKAGES =+ "libcrypto libssl ${PN}-misc openssl-conf"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list