All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/gstreamer1/gst1-plugins-ugly: add missing comma in license variable
@ 2020-09-26 13:54 Thomas Petazzoni
  2020-10-02  8:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-26 13:54 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=4626bafe5ccd91fdcc84f2413ad23404942672f4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

When one GPL-licensed plugin was enabled, the license of
gst1-plugins-ugly would be "LGPL-2.1+ GPL-2.0", but licenses should be
comma separated, not space separated. So let's fix that to get the
expected value of "LGPL-2.1+, GPL-2.0".

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index 2072772d9a..db6a09ddca 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -90,7 +90,7 @@ endif
 
 # Add GPL license if GPL plugins enabled.
 ifeq ($(GST1_PLUGINS_UGLY_HAS_GPL_LICENSE),y)
-GST1_PLUGINS_UGLY_LICENSE += GPL-2.0
+GST1_PLUGINS_UGLY_LICENSE += , GPL-2.0
 endif
 
 # Use the following command to extract license info for plugins.

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

* [Buildroot] [git commit] package/gstreamer1/gst1-plugins-ugly: add missing comma in license variable
  2020-09-26 13:54 [Buildroot] [git commit] package/gstreamer1/gst1-plugins-ugly: add missing comma in license variable Thomas Petazzoni
@ 2020-10-02  8:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-10-02  8:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=4626bafe5ccd91fdcc84f2413ad23404942672f4
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > When one GPL-licensed plugin was enabled, the license of
 > gst1-plugins-ugly would be "LGPL-2.1+ GPL-2.0", but licenses should be
 > comma separated, not space separated. So let's fix that to get the
 > expected value of "LGPL-2.1+, GPL-2.0".

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-02  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 13:54 [Buildroot] [git commit] package/gstreamer1/gst1-plugins-ugly: add missing comma in license variable Thomas Petazzoni
2020-10-02  8:32 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.