summaryrefslogtreecommitdiffstats
path: root/rules/qt4-demos.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-21 18:01:07 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-21 18:01:58 +0100
commit3683a174cb8a472936cb28fc6cc92d6abe7e8c90 (patch)
tree58e0ee88192dc9d75e9a823a18cc627af5b23127 /rules/qt4-demos.make
parent56fce22e452900001a12eef77e83f00449a6db81 (diff)
downloadptxdist-3683a174cb8a472936cb28fc6cc92d6abe7e8c90.tar.gz
ptxdist-3683a174cb8a472936cb28fc6cc92d6abe7e8c90.tar.xz
qt4: fix build order
Without this, packages that depend on qt4 may or may not have the examples packages in the dependency list. This happens because the packages depend on qt4.targetinstall. qt4.targetinstall{2,3} may be built later. Fix this by building qt4.targetinstall{2,3} first. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4-demos.make')
-rw-r--r--rules/qt4-demos.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/qt4-demos.make b/rules/qt4-demos.make
index aaf52487e..8ac4b6c66 100644
--- a/rules/qt4-demos.make
+++ b/rules/qt4-demos.make
@@ -2,10 +2,10 @@
# do not edit
ifdef PTXCONF_QT4_DEMOS
-$(STATEDIR)/qt4.targetinstall.post: $(STATEDIR)/qt4.targetinstall3
+$(STATEDIR)/qt4.targetinstall: $(STATEDIR)/qt4.targetinstall3
endif
-$(STATEDIR)/qt4.targetinstall3: $(STATEDIR)/qt4.targetinstall
+$(STATEDIR)/qt4.targetinstall3: $(STATEDIR)/qt4.install.post
@$(call targetinfo)
@$(call install_init, qt4-demos)
@$(call install_fixup, qt4-demos,PRIORITY,optional)