mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3: merge opkg author field
@ 2020-08-19 11:02 Roland Hieber
  2020-09-04 17:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-08-19 11:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Only the first install_fixup line makes it into the opkg.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/python3.make | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rules/python3.make b/rules/python3.make
index db4abd0718f9..ca2b5ded95b7 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -157,8 +157,7 @@ $(STATEDIR)/python3.targetinstall:
 	@$(call install_init, python3)
 	@$(call install_fixup, python3,PRIORITY,optional)
 	@$(call install_fixup, python3,SECTION,base)
-	@$(call install_fixup, python3,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>")
-	@$(call install_fixup, python3,AUTHOR,"Han Sierkstra <han@protonic.nl>")
+	@$(call install_fixup, python3,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>, Han Sierkstra <han@protonic.nl>")
 	@$(call install_fixup, python3,DESCRIPTION,missing)
 
 	@$(call install_glob, python3, 0, 0, -, /usr/lib/python$(PYTHON3_MAJORMINOR), \
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-04 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 11:02 [ptxdist] [PATCH] python3: merge opkg author field Roland Hieber
2020-09-04 17:01 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox