From 5309dc047939ef56ececdae7e9f7da8df72ce14a Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Jun 2012 11:42:17 +0000 Subject: [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 --- include/package-ipkg.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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)) -- cgit v1.2.3