summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-14 10:10:41 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 22:01:05 +0100
commitf4f1f35fae0463ac21bd8cadfaf766fd1cda852a (patch)
tree3a21d77ddb6262d5cc230ae2bd1a897a7b528924
parent148f0ceee6029a9ea7c4e213ab23b0b37091bdee (diff)
downloadbuildroot-f4f1f35fae0463ac21bd8cadfaf766fd1cda852a.tar.gz
buildroot-f4f1f35fae0463ac21bd8cadfaf766fd1cda852a.zip
gstreamer1: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gstreamer1/gstreamer1/gstreamer1.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 056f601106..295623edf7 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -9,7 +9,7 @@ GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
GSTREAMER1_SITE = http://gstreamer.freedesktop.org/src/gstreamer
GSTREAMER1_INSTALL_STAGING = YES
GSTREAMER1_LICENSE_FILES = COPYING
-GSTREAMER1_LICENSE = LGPLv2+ LGPLv2.1+
+GSTREAMER1_LICENSE = LGPLv2+, LGPLv2.1+
# Checking if unaligned memory access works correctly cannot be done when cross
# compiling. For the following architectures there is no information available
OpenPOWER on IntegriCloud