diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/puzzles/files/makedist_hack.patch | 17 | ||||
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_r9023.bb (renamed from meta/recipes-sato/puzzles/puzzles_r7593.bb) | 14 |
2 files changed, 8 insertions, 23 deletions
diff --git a/meta/recipes-sato/puzzles/files/makedist_hack.patch b/meta/recipes-sato/puzzles/files/makedist_hack.patch deleted file mode 100644 index d07e066026..0000000000 --- a/meta/recipes-sato/puzzles/files/makedist_hack.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | --- | ||
2 | makedist.sh | 2 ++ | ||
3 | 1 file changed, 2 insertions(+) | ||
4 | |||
5 | Index: puzzles/makedist.sh | ||
6 | =================================================================== | ||
7 | --- puzzles.orig/makedist.sh 2007-05-17 11:49:59.000000000 +0100 | ||
8 | +++ puzzles/makedist.sh 2007-05-17 12:07:39.000000000 +0100 | ||
9 | @@ -30,6 +30,8 @@ fi | ||
10 | |||
11 | perl mkfiles.pl | ||
12 | |||
13 | +exit 0 | ||
14 | + | ||
15 | mkdir tmp.$$ | ||
16 | mkdir tmp.$$/puzzles$arcsuffix | ||
17 | |||
diff --git a/meta/recipes-sato/puzzles/puzzles_r7593.bb b/meta/recipes-sato/puzzles/puzzles_r9023.bb index 7471352b2d..e51bd7a560 100644 --- a/meta/recipes-sato/puzzles/puzzles_r7593.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9023.bb | |||
@@ -1,18 +1,20 @@ | |||
1 | DESCRIPTION="Simon Tatham's Portable Puzzle Collection" | ||
2 | HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | ||
1 | 3 | ||
2 | DEPENDS = "gtk+ libxt" | 4 | DEPENDS = "gtk+ libxt" |
3 | PR = "r8" | 5 | PR = "r0" |
4 | MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" | 6 | MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" |
5 | 7 | ||
6 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5" | ||
7 | 10 | ||
8 | #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | 11 | SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" |
9 | SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV} \ | 12 | #SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" |
10 | file://makedist_hack.patch;patch=1" | ||
11 | 13 | ||
12 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${PN}-${PV}" |
13 | 15 | ||
14 | do_configure () { | 16 | do_configure () { |
15 | ./makedist.sh ${MOD_PV} | 17 | ./mkfiles.pl |
16 | } | 18 | } |
17 | 19 | ||
18 | do_compile_prepend = " \ | 20 | do_compile_prepend = " \ |