summaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-13 11:42:17 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-13 11:42:17 +0000
commit5309dc047939ef56ececdae7e9f7da8df72ce14a (patch)
tree078280ed046f7f8533a970b2488250381a2e54ec /include/package-ipkg.mk
parentbf7305f71fef65a024d2df44c562c361edc72b85 (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
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index e9bac7a23..7ff3f6e23 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))