mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
puzzles: Update to svn r9023
Removed makedist_hack.patch, as makedist.sh is no longer exist in upstream and mkfiles.pl is called directly now. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ccdd26d18a
commit
48ba76afdf
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
makedist.sh | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
Index: puzzles/makedist.sh
|
|
||||||
===================================================================
|
|
||||||
--- puzzles.orig/makedist.sh 2007-05-17 11:49:59.000000000 +0100
|
|
||||||
+++ puzzles/makedist.sh 2007-05-17 12:07:39.000000000 +0100
|
|
||||||
@@ -30,6 +30,8 @@ fi
|
|
||||||
|
|
||||||
perl mkfiles.pl
|
|
||||||
|
|
||||||
+exit 0
|
|
||||||
+
|
|
||||||
mkdir tmp.$$
|
|
||||||
mkdir tmp.$$/puzzles$arcsuffix
|
|
||||||
|
|
||||||
+8
-6
@@ -1,18 +1,20 @@
|
|||||||
|
DESCRIPTION="Simon Tatham's Portable Puzzle Collection"
|
||||||
|
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
|
||||||
|
|
||||||
DEPENDS = "gtk+ libxt"
|
DEPENDS = "gtk+ libxt"
|
||||||
PR = "r8"
|
PR = "r0"
|
||||||
MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}"
|
MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}"
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
|
||||||
|
|
||||||
#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
|
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} \
|
#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"
|
||||||
file://makedist_hack.patch;patch=1"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}"
|
S = "${WORKDIR}/${PN}-${PV}"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
./makedist.sh ${MOD_PV}
|
./mkfiles.pl
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_prepend = " \
|
do_compile_prepend = " \
|
||||||
Reference in New Issue
Block a user