summaryrefslogtreecommitdiffstats
path: root/package/gauche
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-04-29 14:15:20 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-30 17:43:46 +0200
commit7528c47523b0e261aec8d0f34b6f242d72b2c111 (patch)
treed331f559d732832bf59cb933cf8a3db912c5bed8 /package/gauche
parent5c8906b4275b544a7738b9fbbf92c6490228de4e (diff)
downloadbuildroot-7528c47523b0e261aec8d0f34b6f242d72b2c111.tar.gz
buildroot-7528c47523b0e261aec8d0f34b6f242d72b2c111.zip
package: declare target variant before host variant
Our package infrastructure uses inheritance of a number of values from the target package to the host package, which assumes the target package is defined before the host package. In addition, future changes are going to make this requirement even more important. Therefore, let's fix the android-tools, gauche, lcms2, linux-syscall-support and pngquant packages, so that they declare their target variant before their host variant, like all other packages in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gauche')
-rw-r--r--package/gauche/gauche.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
index 1e1ee390af..0b4185f5bf 100644
--- a/package/gauche/gauche.mk
+++ b/package/gauche/gauche.mk
@@ -29,5 +29,5 @@ endif
# here.
GAUCHE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
-$(eval $(host-autotools-package))
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud