300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
507 B
Makefile
20 lines
507 B
Makefile
#############################################################
|
|
#
|
|
# gob2
|
|
#
|
|
#############################################################
|
|
GOB2_VERSION = 2.0.15
|
|
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.gz
|
|
GOB2_SITE = http://ftp.5z.com/pub/gob/
|
|
IPERF_CONF_ENV = ac_cv_lib_lex=-lfl
|
|
|
|
GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex
|
|
|
|
HOST_GOB2_DEPENDENCIES = host-libglib2
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|
|
|
|
# gob2 for the host
|
|
GOB2_HOST_BINARY:=$(HOST_DIR)/usr/bin/gob2
|