7f9d444115
It's been deprecated for a year now so remove the target variant. Also rename patch to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
436 B
Makefile
16 lines
436 B
Makefile
################################################################################
|
|
#
|
|
# gob2
|
|
#
|
|
################################################################################
|
|
|
|
GOB2_VERSION = 2.0.20
|
|
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
|
|
GOB2_SITE = http://ftp.5z.com/pub/gob
|
|
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
|
|
|
|
$(eval $(host-autotools-package))
|
|
|
|
# gob2 for the host
|
|
GOB2_HOST_BINARY = $(HOST_DIR)/usr/bin/gob2
|