summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/puzzles')
-rw-r--r--meta/recipes-sato/puzzles/oh-puzzles_git.bb (renamed from meta/recipes-sato/puzzles/oh-puzzles_svn.bb)14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
index b5e5b91b65..6d95d79e8c 100644
--- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb
+++ b/meta/recipes-sato/puzzles/oh-puzzles_git.bb
@@ -11,18 +11,18 @@ SECTION = "x11"
11DEPENDS = "gtk+ gconf intltool-native librsvg" 11DEPENDS = "gtk+ gconf intltool-native librsvg"
12DEPENDS_append_poky = " libowl" 12DEPENDS_append_poky = " libowl"
13 13
14SRCREV = "23" 14SRCREV = "92f1a20e4b72eed7a35b00984d9793b51dc2fb3b"
15PV = "0.1+svnr${SRCPV}" 15PV = "0.2+git${SRCPV}"
16PR = "r10" 16PR = "r10"
17 17
18bindir = "/usr/games" 18SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
19SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 "
19 20
20inherit autotools pkgconfig 21S = "${WORKDIR}/git"
21 22
22SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" 23inherit autotools pkgconfig
23SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 "
24 24
25S = "${WORKDIR}/${BPN}" 25bindir = "/usr/games"
26 26
27EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" 27EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
28 28