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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34871 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2012-12-22 19:56:21 +00:00
parent 9fca1b44bd
commit 28b1b94a65
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