]> code.ossystems Code Review - openembedded-core.git/commit
ccache-native: Remove dependencies
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 12 Dec 2018 02:31:34 +0000 (10:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:57 +0000 (11:21 +0000)
commitf3d8bda91ee186dae8847d6438c1dfd6f6d8ee4f
tree2f69d7a0123be62d1caa0aaa563def137da6954a
parent18947cd4782934e9bc3ec5507db8db51258d9b2c
ccache-native: Remove dependencies

Remove ccache-native's dependencies so that all native recipes can depend on
ccache-native and use it except ccache-native itself.

It has the following 4 dependencies:
- xz-native: It is intruduced by ccache-3.4.2.tar.xz, use ccache-3.4.2.tar.gz
             to replace of it can fix the problem.

- zlib-native: Use --with-bundled-zlib to fix it.

- autotools-native: Set INHIBIT_AUTOTOOLS_DEPS and add a do_configure() to fix
                    the problem.

- quilt-native: Set PATCHTOOL = "patch" to fix it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/ccache/ccache.inc
meta/recipes-devtools/ccache/ccache_3.4.2.bb