]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
swig: add explicit dependencies for host variant
authorJulien Floret <julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:03 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 07:20:21 +0000 (09:20 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/swig/swig.mk

index 5329d1bb714995359d50fd0f3d29c261a22f5491..8fed8dabc4fccb43bc27f4002861b2e4afa10cf4 100644 (file)
@@ -7,7 +7,7 @@
 SWIG_VERSION_MAJOR = 3.0
 SWIG_VERSION = $(SWIG_VERSION_MAJOR).10
 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
-SWIG_DEPENDENCIES = host-bison
+HOST_SWIG_DEPENDENCIES = host-bison
 HOST_SWIG_CONF_OPTS = \
        --without-pcre \
        --disable-ccache \