]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkeyboard-config: modified the license
authorLei Maohui <leimaohui@cn.fujitsu.com>
Mon, 27 Apr 2015 06:53:27 +0000 (14:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 13:57:46 +0000 (14:57 +0100)
Because usr/share/X11/xkb/symbols/eu and usr/share/X11/xkb/symbols/ph are GPLv3.
So add GPLv3 in the license.

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb

index 5536b6217a1311cd4c101388150eb6c92802809c..7df25c4781a66373cc969d155742dfc78b786ba2 100644 (file)
@@ -9,7 +9,7 @@ systems."
 HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
 BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
 
-LICENSE = "MIT & MIT-style"
+LICENSE = "MIT & MIT-style & GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"