[openwrt/openwrt] build: remove duplicate MAINTAINER from package-dumpinfo.mk

LEDE Commits lede-commits at lists.infradead.org
Tue May 7 13:26:18 PDT 2024


aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0d445dad9883fdc0383b37661f99fde8ebbaf9bc

commit 0d445dad9883fdc0383b37661f99fde8ebbaf9bc
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Wed Apr 17 15:15:28 2024 +0200

    build: remove duplicate MAINTAINER from package-dumpinfo.mk
    
    This is an artifact and is not needed. We have already set the
    information 'Maintainer:' in the '.packageinfo-*' files.
    
    Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
 include/package-dumpinfo.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index fc25099ad3..e180c770e3 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -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)




More information about the lede-commits mailing list