1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00

package-ipkg.sh: copy the package provides list for all virtual PROVIDES

SVN-Revision: 32332
This commit is contained in:
Jo-Philipp Wich 2012-06-13 11:42:17 +00:00
parent 3f8fb64e60
commit 3b65557db8

View File

@ -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))