From 78c5e4b775e5f602f9b0d701472eca54023010b9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 21 Aug 2011 21:05:07 +0100 Subject: 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 --- recipes-qtopia/iaimaster/iaimaster_0.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/iaimaster/iaimaster_0.5.bb') diff --git a/recipes-qtopia/iaimaster/iaimaster_0.5.bb b/recipes-qtopia/iaimaster/iaimaster_0.5.bb index 5b0d5e5..bdd03f8 100644 --- a/recipes-qtopia/iaimaster/iaimaster_0.5.bb +++ b/recipes-qtopia/iaimaster/iaimaster_0.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Pen action mini game. You fight evil Iai-Master and must survive. \ (Iai is a kind of the samurai fighting style)" SECTION = "opie/games" -LICENSE = "GPL" +LICENSE = "GPLv2+" APPNAME = "${PN}" APPTYPE = "binary" APPDESKTOP = "${WORKDIR}" @@ -11,6 +11,8 @@ SRC_URI = "http://www.urban.ne.jp/home/kanemori/zaurus/IaiMaster_${PV}.tar.gz \ file://iaimaster.png" S = "${WORKDIR}/IaiMaster" +LIC_FILES_CHKSUM = "file://main.cpp;beginline=4;endline=16;md5=d1dc505deb3ef549c8ed6f9f9ad6a5d5" + inherit opie EXTRA_QMAKEVARS_POST += "TARGET=${PN}" -- cgit 1.2.3-korg