diff options
| author | Taisei Nakano <taisei.nakano@miraclelinux.com> | 2020-10-20 15:38:37 +0900 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-10-19 23:51:27 -0700 |
| commit | 50146bfe9269c98949fa3bb3c51b71d49591fc67 (patch) | |
| tree | 30ae84803d699b1df8f333ccc954e32e5a517dc7 | |
| parent | 3b989a03ad8c6b6e954985ee19c7fc3b0bab8da9 (diff) | |
| download | meta-openembedded-50146bfe9269c98949fa3bb3c51b71d49591fc67.tar.gz | |
anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUM
Add GPLv2 into LICENSE, since this software includes alt-cannadic/COPYING which indicates GPLv2.
Signed-off-by: Taisei Nakano <taisei.nakano@miraclelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/anthy/anthy_9100h.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index a65d324eae..9d78c3457c 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
| @@ -2,8 +2,10 @@ DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana t | |||
| 2 | AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>" | 2 | AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>" |
| 3 | HOMEPAGE = "http://anthy.sourceforge.jp" | 3 | HOMEPAGE = "http://anthy.sourceforge.jp" |
| 4 | 4 | ||
| 5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1 & GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a \ |
| 7 | file://alt-cannadic/COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ | ||
| 8 | " | ||
| 7 | 9 | ||
| 8 | SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | 10 | SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ |
| 9 | file://not_build_elc.patch \ | 11 | file://not_build_elc.patch \ |
