Commit 1844bd89 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

gob2: update dependency on flex



gob2 for the target needs both flex on the host (for running the flex
program at compile time) and flex on the target (so that it can link
against libfl.a).

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 3502bb05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_GOB2
	bool "gob2"
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_FLEX
	select BR2_PACKAGE_FLEX_LIBFL
	select BR2_PACKAGE_BISON
	help
	  GOB (GTK+ Object Builder) is a preprocessor which simplifies
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ GOB2_VERSION = 2.0.15
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.gz
GOB2_SITE = http://ftp.5z.com/pub/gob/

GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config
GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex

HOST_GOB2_DEPENDENCIES = host-libglib2