package-ipkg.sh: copy the package provides list for all virtual PROVIDES
SVN-Revision: 32332
This commit is contained in:
parent
3f8fb64e60
commit
3b65557db8
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ ifeq ($(DUMP),)
|
||||||
fi; \
|
fi; \
|
||||||
done; \
|
done; \
|
||||||
) | sort -u > $(PKG_INFO_DIR)/$(1).provides
|
) | 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)
|
$(CheckDependencies)
|
||||||
|
|
||||||
$(RSTRIP) $$(IDIR_$(1))
|
$(RSTRIP) $$(IDIR_$(1))
|
||||||
|
|
Loading…
Reference in a new issue