aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-30 19:00:19 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-30 19:00:19 +0100
commit4ec740dded5ec74b214a9e920966699eb14c9dd8 (patch)
tree3992567e6364c0201947e2cc2ca390cad49e9fbc /meta/recipes-sato/puzzles
parentd4feb66a75fa38ece07e9a5cabb0e1ff7a5bbe88 (diff)
downloadopenembedded-core-4ec740dded5ec74b214a9e920966699eb14c9dd8.tar.gz
puzzles: Set LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r7593.bb2
1 files changed, 2 insertions, 0 deletions
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"