package-ipkg.sh: copy the package provides list for all virtual PROVIDES
SVN-Revision: 32332
This commit is contained in:
parent
3f8fb64e60
commit
3b65557db8
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user