aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/nunome
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 21:05:07 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 21:05:07 +0100
commit78c5e4b775e5f602f9b0d701472eca54023010b9 (patch)
treeedbfe7d7532875743d5f97d8f669393d03814390 /recipes-qtopia/nunome
parentfd4d71dd8c321cf621f233708c55b41168fbbf60 (diff)
downloadmeta-opie-78c5e4b775e5f602f9b0d701472eca54023010b9.tar.gz
Add LIC_FILES_CHKSUM to many recipes
Also take the opportunity to make LICENSE more accurate for some recipes (i.e. specifying GPLv2 or GPLv2+ instead of GPL as appropriate.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/nunome')
-rw-r--r--recipes-qtopia/nunome/nunome_1.0.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qtopia/nunome/nunome_1.0.2.bb b/recipes-qtopia/nunome/nunome_1.0.2.bb
index 98d4705..9115c22 100644
--- a/recipes-qtopia/nunome/nunome_1.0.2.bb
+++ b/recipes-qtopia/nunome/nunome_1.0.2.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Japanese input method plugin"
HOMEPAGE = "http://www.sikigami.com/nunome-Qtopia-1.0/"
SECTION = "opie/inputmethods"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
RDEPENDS_${PN} = "virtual-japanese-font"
PR = "r5"
@@ -10,6 +10,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/nunome-${PV}.tar.bz2 \
file://nunome.patch"
S = "${WORKDIR}/nunome"
+LIC_FILES_CHKSUM = "file://copying;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://ui/nunome.cpp;beginline=6;endline=20;md5=ff1370557c313595b6fe076919ed6b4e"
+
inherit opie
EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${S}/Nnmlib INCLUDEPATH+=${S}/ui LIBS+=-L${S}"