package-ipkg.sh: copy the package provides list for all virtual PROVIDES

SVN-Revision: 32332
This commit is contained in:
Jo-Philipp Wich 2012-06-13 11:42:17 +00:00
parent 3f8fb64e60
commit 3b65557db8
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ ifeq ($(DUMP),)
fi; \
done; \
) | sort -u > $(PKG_INFO_DIR)/$(1).provides
$(if $(PROVIDES),@for pkg in $(PROVIDES); do cp $(PKG_INFO_DIR)/$(1).provides $(PKG_INFO_DIR)/$$pkg.provides; done)
$(CheckDependencies)
$(RSTRIP) $$(IDIR_$(1))