X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=7ff3f6e23aaf3915c3a36e5603a28fd623fd21cd;hb=5309dc047939ef56ececdae7e9f7da8df72ce14a;hp=e9bac7a23be9a3d3b5d75eeb246ac3daeb64d02c;hpb=af491558a3344d5ae56a0b2163d552d026c3a1d3;p=openwrt.git 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))