repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git]
/
support
/
dependencies
/
check-host-lzip.mk
blob
6acfdc6dfa3724ec8960a9e0e0b9e799512dfa51
1
ifeq
(,$(
call suitable-host-package
,
lzip
,$(
LZCAT
)))
2
DEPENDENCIES_HOST_PREREQ
+=
host-lzip
3
EXTRACTOR_DEPENDENCY_PRECHECKED_EXTENSIONS
+=
.lz
4
LZCAT
= $(
HOST_DIR
)/
usr
/
bin
/
lzip
-
d
-
c
5
endif