depends: remove ccache
This commit is contained in:
parent
059028a30a
commit
0c9a5c5587
|
@ -1,25 +0,0 @@
|
||||||
package=native_ccache
|
|
||||||
$(package)_version=3.3.4
|
|
||||||
$(package)_download_path=https://samba.org/ftp/ccache
|
|
||||||
$(package)_file_name=ccache-$($(package)_version).tar.bz2
|
|
||||||
$(package)_sha256_hash=fa9d7f38367431bc86b19ad107d709ca7ecf1574fdacca01698bdf0a47cd8567
|
|
||||||
|
|
||||||
define $(package)_set_vars
|
|
||||||
$(package)_config_opts=
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_config_cmds
|
|
||||||
$($(package)_autoconf)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_build_cmds
|
|
||||||
$(MAKE)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_stage_cmds
|
|
||||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define $(package)_postprocess_cmds
|
|
||||||
rm -rf lib include
|
|
||||||
endef
|
|
|
@ -1,10 +1,5 @@
|
||||||
packages:=boost openssl zeromq expat unbound
|
packages:=boost openssl zeromq expat unbound
|
||||||
|
|
||||||
# ccache is useless in gitian builds
|
|
||||||
ifneq ($(GITIAN),1)
|
|
||||||
native_packages := native_ccache
|
|
||||||
endif
|
|
||||||
|
|
||||||
hardware_packages := hidapi protobuf libusb
|
hardware_packages := hidapi protobuf libusb
|
||||||
hardware_native_packages := native_protobuf
|
hardware_native_packages := native_protobuf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue