0f9c0bf3d5
Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
432 B
Makefile
16 lines
432 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)/bin/gob2
|