2
0
forked from Ivasoft/openwrt

build: reduce the size of package metadata a bit to keep package list files smaller

SVN-Revision: 34871
This commit is contained in:
Felix Fietkau
2012-12-22 19:56:21 +00:00
parent 2b0a5e47dc
commit de707ac97e
3 changed files with 10 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ define Package/$(1)/description
endef
endif
$(foreach FIELD, TITLE CATEGORY PRIORITY SECTION VERSION,
$(foreach FIELD, TITLE CATEGORY SECTION VERSION,
ifeq ($($(FIELD)),)
$$(error Package/$(1) is missing the $(FIELD) field)
endif