X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=b8f886bcdacca0bc44d03fd9c2b59ccc9b374227;hb=efdf7f6499de015f6443d5347b1aa771c189bbd1;hp=eb4c874047e8a9e24a4d77b13f7ba66e1221cbb5;hpb=d9ad55a6091eb5de77095f6217578396fc7a938b;p=librecmc%2Flibrecmc.git diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index eb4c874047..b8f886bcda 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -5,7 +5,9 @@ # See /LICENSE for more information. # -include $(INCLUDE_DIR)/feeds.mk +ifndef DUMP + include $(INCLUDE_DIR)/feeds.mk +endif # invoke ipkg-build with some default options IPKG_BUILD:= \ @@ -154,7 +156,7 @@ Package: $(1) Version: $(VERSION) $$(call addfield,Depends,$$(Package/$(1)/DEPENDS) )$$(call addfield,Conflicts,$$(call mergelist,$(CONFLICTS)) -)$$(call addfield,Provides,$(PROVIDES) +)$$(call addfield,Provides,$$(call mergelist,$(PROVIDES)) )$$(call addfield,Source,$(SOURCE) )$$(call addfield,License,$$(PKG_LICENSE) )$$(call addfield,LicenseFiles,$$(PKG_LICENSE_FILES)