From 254efd6940eeb9733b96dc15aac9170c22807b39 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 20 Aug 2011 23:13:38 +0100 Subject: puzz-le: add LIC_FILES_CHKSUM, correct LICENSE puzz-le's license is BSD not GPL, this is clearly stated in the source and accompanying license file. Signed-off-by: Paul Eggleton --- recipes-qtopia/puzz-le/puzz-le_2.0.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-qtopia/puzz-le/puzz-le_2.0.0.bb') diff --git a/recipes-qtopia/puzz-le/puzz-le_2.0.0.bb b/recipes-qtopia/puzz-le/puzz-le_2.0.0.bb index ed03ab3..83cc7fd 100644 --- a/recipes-qtopia/puzz-le/puzz-le_2.0.0.bb +++ b/recipes-qtopia/puzz-le/puzz-le_2.0.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Puzz-le is a colorful arcade logic game for Qt/Embedded based Palmtop Environments." SECTION = "opie/games" -LICENSE = "GPL" +LICENSE = "BSD" PR = "r1" @@ -8,6 +8,9 @@ SRC_URI = "http://www.warmi.net/zaurus/files/puzz-le_${PV}.tar.gz \ file://gcc3.patch" S = "${WORKDIR}/puzzle_arm" +LIC_FILES_CHKSUM = "file://puzz-le.LICENSE;md5=ae8c10f75bee9246e459cfb9d08c8158 \ + file://Puzzle.cpp;beginline=6;endline=10;md5=e54c100f0f7062a3177291118914427c" + inherit palmtop do_install() { -- cgit 1.2.3-korg