Skip to content

Commit

Permalink
[include] package-ipkg.sh: copy the package provides list for all vir…
Browse files Browse the repository at this point in the history
…tual PROVIDES

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32332 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Jun 13, 2012
1 parent bf7305f commit 5309dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/package-ipkg.mk
Expand Up @@ -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))
Expand Down

0 comments on commit 5309dc0

Please sign in to comment.