Skip to content

Commit

Permalink
build: remove duplicate MAINTAINER from package-dumpinfo.mk
Browse files Browse the repository at this point in the history
This is an artifact and is not needed. We have already set the
information 'Maintainer:' in the '.packageinfo-*' files.

Signed-off-by: Florian Eckert <[email protected]>
  • Loading branch information
feckert authored and aparcar committed May 7, 2024
1 parent c9709d3 commit 0d445da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/package-dumpinfo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ $(if $(KCONFIG),Kernel-Config: $(KCONFIG)
)$(if $(BUILDONLY),Build-Only: $(BUILDONLY)
)$(if $(HIDDEN),Hidden: $(HIDDEN)
)Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE))
$(MAINTAINER)
@@
$(if $(Package/$(1)/config),Config:
$(Package/$(1)/config)
Expand Down

0 comments on commit 0d445da

Please sign in to comment.