diff options
author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-04-27 14:53:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:57:46 +0100 |
commit | cab517bb1d7628fd8c1080f12462b86928ca720b (patch) | |
tree | 234d4df401bff95066d2717efd4f86a37cc24f46 /meta | |
parent | ce3a3ce3246af8be9b276248b7fc756e7e6a8be1 (diff) | |
download | openembedded-core-cab517bb1d7628fd8c1080f12462b86928ca720b.tar.gz openembedded-core-cab517bb1d7628fd8c1080f12462b86928ca720b.tar.bz2 openembedded-core-cab517bb1d7628fd8c1080f12462b86928ca720b.zip |
xkeyboard-config: modified the license
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb index 5536b6217a..7df25c4781 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.13.bb @@ -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" |