diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-08 12:31:03 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-13 19:54:45 +0100 |
commit | 4bb54ed15ee4647c36a4c2b3cb9416f344594b8a (patch) | |
tree | f4246c75ef243d3a0c63dbedd31bfa8b5b099855 /include/package-dumpinfo.mk | |
parent | 52719c2b67aff4b406e23ea5ed746c6c006e85bc (diff) | |
download | upstream-4bb54ed15ee4647c36a4c2b3cb9416f344594b8a.tar.gz upstream-4bb54ed15ee4647c36a4c2b3cb9416f344594b8a.tar.bz2 upstream-4bb54ed15ee4647c36a4c2b3cb9416f344594b8a.zip |
build: remove obsolete "package feature" feature
Package "features" seem to be unused for some time. In any case, custom
Config.in snippets and package PROVIDES are a much more flexible way to
express similar options.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'include/package-dumpinfo.mk')
-rw-r--r-- | include/package-dumpinfo.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk index 7cc8f3f6dc..68a66d0769 100644 --- a/include/package-dumpinfo.mk +++ b/include/package-dumpinfo.mk @@ -49,29 +49,4 @@ $(Package/$(1)/config) )) endef -define Feature/Default - TARGET_NAME:= - TARGET_TITLE:= - PRIORITY:= - NAME:= -endef - -define Feature - $(eval $(Feature/Default)) - $(eval $(Feature/$(1))) - $(if $(DUMP),$(call Dumpinfo/Feature,$(1))) -endef - -define Dumpinfo/Feature -$(info Feature: $(TARGET_NAME)_$(1) -Target-Name: $(TARGET_NAME) -Target-Title: $(TARGET_TITLE) -Feature-Name: $(NAME) -$(if $(PRIORITY),Feature-Priority: $(PRIORITY) -)Feature-Description: -$(Feature/$(1)/description) -@@ -) -endef - endif |