summaryrefslogtreecommitdiffstats
path: root/package/linux-syscall-support
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/linux-syscall-support
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/linux-syscall-support')
-rw-r--r--package/linux-syscall-support/linux-syscall-support.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-syscall-support/linux-syscall-support.mk b/package/linux-syscall-support/linux-syscall-support.mk
index b8145de496..050c5058ab 100644
--- a/package/linux-syscall-support/linux-syscall-support.mk
+++ b/package/linux-syscall-support/linux-syscall-support.mk
@@ -25,5 +25,5 @@ define HOST_LINUX_SYSCALL_SUPPORT_INSTALL_CMDS
$(HOST_DIR)/include/linux_syscall_support.h
endef
-$(eval $(host-generic-package))
$(eval $(generic-package))
+$(eval $(host-generic-package))
OpenPOWER on IntegriCloud