diff options
-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" 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" |