From: Richard Purdie Date: Thu, 30 Sep 2010 18:00:19 +0000 (+0100) Subject: puzzles: Set LICENSE X-Git-Tag: 2011-1~4398 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ec740dded5ec74b214a9e920966699eb14c9dd8;p=openembedded-core.git puzzles: Set LICENSE Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/puzzles/puzzles_r7593.bb b/meta/recipes-sato/puzzles/puzzles_r7593.bb index eb1e009353..7471352b2d 100644 --- a/meta/recipes-sato/puzzles/puzzles_r7593.bb +++ b/meta/recipes-sato/puzzles/puzzles_r7593.bb @@ -3,6 +3,8 @@ DEPENDS = "gtk+ libxt" PR = "r8" MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" +LICENSE = "MIT" + #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV} \ file://makedist_hack.patch;patch=1"