summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-10-09 09:45:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-10-09 09:45:48 +0200
commit78abf9dd30d49838b070a1da2e4d71d8da98cd8e (patch)
tree7853791d841f2eabd9b3487aed4ddac4f7836226 /rules
parent4fd9f745615bf73ea18632b7d7e15db0ab1bf849 (diff)
downloadptxdist-78abf9dd30d49838b070a1da2e4d71d8da98cd8e.tar.gz
ptxdist-78abf9dd30d49838b070a1da2e4d71d8da98cd8e.tar.xz
image_ipkg: add missing dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/post/image_ipkg.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/image_ipkg.make b/rules/post/image_ipkg.make
index 23abbb7ac..5ed2dfed8 100644
--- a/rules/post/image_ipkg.make
+++ b/rules/post/image_ipkg.make
@@ -46,7 +46,7 @@ SEL_ROOTFS-$(PTXCONF_IMAGE_IPKG_INDEX) += $(PKGDIR)/Packages
ipkg-index: $(PKGDIR)/Packages
PHONY += $(PKGDIR)/Packages
-$(PKGDIR)/Packages: $(STATEDIR)/host-ipkg-utils.install.post
+$(PKGDIR)/Packages: $(STATEDIR)/host-ipkg-utils.install.post $(STATEDIR)/world.targetinstall
@echo "Creating ipkg index '$@'..."
@rm -f $(PKGDIR)/Packages*
@$(HOST_ENV) $(PTXCONF_HOST_PACKAGE_MANAGEMENT)-make-index \