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/qpe-games/zrev7_1.0.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/qpe-games/zrev7_1.0.1.bb') diff --git a/recipes-qtopia/qpe-games/zrev7_1.0.1.bb b/recipes-qtopia/qpe-games/zrev7_1.0.1.bb index f73bdf8..2576bcd 100644 --- a/recipes-qtopia/qpe-games/zrev7_1.0.1.bb +++ b/recipes-qtopia/qpe-games/zrev7_1.0.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Reversi" SECTION = "opie/games" -LICENSE = "GPL" +LICENSE = "GPLv2" AUTHOR = "Mario Weilguni" HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html" PR = "r1" @@ -9,6 +9,9 @@ SRC_URI = "http://sources.openembedded.org/zrev7_V1.0.1.tar.gz \ file://zrev.patch" S = "${WORKDIR}/zrev7_V${PV}" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://ZRev7.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4" + APPNAME = "zrev7" APPTYPE = "binary" APPDESKTOP = "${S}" -- cgit 1.2.3-korg