The following changes since commit a4edfa4cf451bf412525887b5b24b9db6486ae97:
remove unused distutils-tools.bbclass (2019-01-23 07:57:02 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ccache http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/ccache Robert Yang (5): cmake-native: Add --enable-ccache to configure options bitbake.conf: Add CCACHE_TOP_DIR to BB_HASHBASE_WHITELIST ccache.bbclass: Only let native recipes depend on ccache-native ccache: 3.5 -> 3.6 ccache: Fix Segmentation fault error when gcc -o /dev/null meta/classes/ccache.bbclass | 5 +- meta/conf/bitbake.conf | 2 +- meta/recipes-devtools/ccache/ccache_3.5.bb | 11 --- meta/recipes-devtools/ccache/ccache_3.6.bb | 12 ++++ .../0002-dev.mk.in-fix-file-name-too-long.patch | 8 +-- ...mentation-fault-error-when-gcc-o-dev-null.patch | 79 ++++++++++++++++++++++ meta/recipes-devtools/cmake/cmake-native_3.12.2.bb | 1 + 7 files changed, 101 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/ccache/ccache_3.5.bb create mode 100644 meta/recipes-devtools/ccache/ccache_3.6.bb create mode 100644 meta/recipes-devtools/ccache/files/0003-Fix-Segmentation-fault-error-when-gcc-o-dev-null.patch -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
