diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-13 11:42:17 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-13 11:42:17 +0000 |
commit | 5309dc047939ef56ececdae7e9f7da8df72ce14a (patch) | |
tree | 078280ed046f7f8533a970b2488250381a2e54ec | |
parent | bf7305f71fef65a024d2df44c562c361edc72b85 (diff) |
[include] package-ipkg.sh: copy the package provides list for all virtual PROVIDES
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32332 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/package-ipkg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index e9bac7a23b..7ff3f6e23a 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -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)) |