aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/zauralign
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/zauralign
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/zauralign')
-rw-r--r--recipes-qtopia/zauralign/zauralign_1.0.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qtopia/zauralign/zauralign_1.0.2.bb b/recipes-qtopia/zauralign/zauralign_1.0.2.bb
index 8e89847..3ea5193 100644
--- a/recipes-qtopia/zauralign/zauralign_1.0.2.bb
+++ b/recipes-qtopia/zauralign/zauralign_1.0.2.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Zauralign - a game for one player. The player has to align pieces to remove them from the \
board fighting against new pieces which appear after each move."
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
PR = "r1"
@@ -10,6 +10,9 @@ S = "${WORKDIR}/zauralign"
inherit palmtop
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4c4bc67b93b226b9295ca016dfed1b7c \
+ file://main.cpp;beginline=1;endline=10;md5=c6c2cad0797b7930358ca67868b3305d"
+
TARGET_CFLAGS += "-DNO_DEBUG"
export OE_QMAKE_LINK="${CXX}"