summaryrefslogtreecommitdiffstats
path: root/package/lcms2/lcms2.mk
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/lcms2/lcms2.mk
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/lcms2/lcms2.mk')
-rw-r--r--package/lcms2/lcms2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk
index 29f8ac8dee..f61563dea4 100644
--- a/package/lcms2/lcms2.mk
+++ b/package/lcms2/lcms2.mk
@@ -31,5 +31,5 @@ else
LCMS2_CONF_OPTS += --without-zlib
endif
-$(eval $(host-autotools-package))
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud