]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
site: Cache config vars for ccache
authorKhem Raj <raj.khem@gmail.com>
Fri, 25 Mar 2016 16:42:50 +0000 (09:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2016 14:55:47 +0000 (15:55 +0100)
commitafa4d5ebfab310d2e1ddbe3bf55e3dbb5b806d7f
tree658ffe256f85d32ec2a2da065aa7e0f4b6702911
parent04344ebbc45fdbc3274d6a84ac37f1c86a5247a9
site: Cache config vars for ccache

ccache's configure tries to do a runtime test to
determine hw_cv_func_snprintf_c99 and hw_cv_func_vsnprintf_c99
which wont work in OE.

c99 versions of these functions are provided on all
supported libc implementations in OE-Core

(From OE-Core rev: dbf2ac39913429a0d2a8ce129cebe4469d6a2c22)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-linux