diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-21 13:21:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:33 +0100 |
commit | 1844bd894194d44472d7e1f41e3e0f52a6359117 (patch) | |
tree | 010ef93963dbf0e7ea2f4363a18becf6e1a04587 /package/gob2/gob2.mk | |
parent | 3502bb056f0de1e4eecd7b0de6156daf18a2162c (diff) | |
download | buildroot-novena-1844bd894194d44472d7e1f41e3e0f52a6359117.tar.gz buildroot-novena-1844bd894194d44472d7e1f41e3e0f52a6359117.zip |
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gob2/gob2.mk')
-rw-r--r-- | package/gob2/gob2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gob2/gob2.mk b/package/gob2/gob2.mk index cdf7961b1..5d50ed6cb 100644 --- a/package/gob2/gob2.mk +++ b/package/gob2/gob2.mk @@ -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 |