diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 19:00:19 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 19:00:19 +0100 |
commit | 4ec740dded5ec74b214a9e920966699eb14c9dd8 (patch) | |
tree | 3992567e6364c0201947e2cc2ca390cad49e9fbc /meta/recipes-sato/puzzles/puzzles_r7593.bb | |
parent | d4feb66a75fa38ece07e9a5cabb0e1ff7a5bbe88 (diff) | |
download | poky-4ec740dded5ec74b214a9e920966699eb14c9dd8.tar.gz |
puzzles: Set LICENSE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_r7593.bb')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r7593.bb | 2 |
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" | |||
3 | PR = "r8" | 3 | PR = "r8" |
4 | MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" | 4 | MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" |
5 | 5 | ||
6 | LICENSE = "MIT" | ||
7 | |||
6 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 8 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |
7 | SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV} \ | 9 | SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV} \ |
8 | file://makedist_hack.patch;patch=1" | 10 | file://makedist_hack.patch;patch=1" |