From: Gustavo Zacarias Date: Mon, 14 Dec 2015 13:10:41 +0000 (-0300) Subject: gstreamer1: comma separate licenses X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4f1f35fae0463ac21bd8cadfaf766fd1cda852a;p=buildroot.git gstreamer1: comma separate licenses Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- 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