9b34286bd8
Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Installation to target is the default * No installation to staging is the default Signed-off-by: cmchao <cmchao@gmail.com>
11 lines
270 B
Makefile
11 lines
270 B
Makefile
#############################################################
|
|
#
|
|
# gzip
|
|
#
|
|
#############################################################
|
|
GZIP_VERSION:=1.4
|
|
GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz
|
|
GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip
|
|
|
|
$(eval $(call AUTOTARGETS,package,gzip))
|