summaryrefslogtreecommitdiffstats
path: root/package/glmark2
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2017-02-18 00:38:52 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 22:16:01 +0100
commita3a2dbc409a950823c3a1547392943d2067a8311 (patch)
tree29bc7ace277a09a3afcd2a5baf6577e9eaed43dc /package/glmark2
parent23b6afdacd04c709f2b6a5955c994160de848c99 (diff)
downloadbuildroot-a3a2dbc409a950823c3a1547392943d2067a8311.tar.gz
buildroot-a3a2dbc409a950823c3a1547392943d2067a8311.zip
packages: improve license type lists
Make license type lists more uniform: * put content license applies to in parenthesis; ex: "GPLv2+ (programs)" * use commas to separate types listed without conjuction; ex: "GPLv2, LGPLv2" No attempt was made to validate the claimed licenses. This is just a tweak to increase uniformity of the _LICENSE variables. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: replace semi-colons by commas in LIBURCU_LICENSE.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glmark2')
-rw-r--r--package/glmark2/glmark2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
index f9631a0c3c..c7cefeb16c 100644
--- a/package/glmark2/glmark2.mk
+++ b/package/glmark2/glmark2.mk
@@ -6,7 +6,7 @@
GLMARK2_VERSION = 7215c0f337dae0b232535549c37fca441747a891
GLMARK2_SITE = $(call github,glmark2,glmark2,$(GLMARK2_VERSION))
-GLMARK2_LICENSE = GPLv3+ SGIv1
+GLMARK2_LICENSE = GPLv3+, SGIv1
GLMARK2_LICENSE_FILES = COPYING COPYING.SGI
GLMARK2_DEPENDENCIES = host-pkgconf jpeg libpng \
$(if $(BR2_PACKAGE_HAS_LIBEGL),libegl) \
OpenPOWER on IntegriCloud