Pull over depends and build changes from zc.v0.10.0.latest. Fails to build due to new ./configure dependency for serialization stuff.
This commit is contained in:
17
depends/packages/xbyak.mk
Normal file
17
depends/packages/xbyak.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
package=xbyak
|
||||
$(package)_version=0.1
|
||||
$(package)_download_path=https://github.com/herumi/$(package)/archive/
|
||||
$(package)_file_name=$(package)-$($(package)_git_commit).tar.gz
|
||||
$(package)_download_file=$($(package)_git_commit).tar.gz
|
||||
$(package)_sha256_hash=467a9037c29bc417840177f3ff5d76910d3f688f2f216dd86ced4a7ac837bfb0
|
||||
$(package)_dependencies=
|
||||
|
||||
$(package)_git_commit=62fd6d022acd83209e2a5af8ec359a3a1bed3a50
|
||||
|
||||
define $(package)_build_cmds
|
||||
echo 'xbyak build is unnecessary for consumer ate-pairing.'
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
$(MAKE) install PREFIX=$($(package)_staging_dir)$(host_prefix)
|
||||
endef
|
||||
Reference in New Issue
Block a user