aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-25 11:20:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-02 18:13:35 +0100
commit4e7218c19775ef81caed27742e9d203af10b7416 (patch)
treee843842edf6a7e54fe6edd8c16060130aa8aa7b8 /meta/recipes-sato/puzzles
parent55168655ec95e8eff70f90a462ed0a8d87d8d87f (diff)
downloadopenembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.gz
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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"
DEPENDS = "gtk+ gconf intltool-native librsvg"
DEPENDS_append_poky = " libowl"
-SRCREV = "23"
-PV = "0.1+svnr${SRCPV}"
+SRCREV = "92f1a20e4b72eed7a35b00984d9793b51dc2fb3b"
+PV = "0.2+git${SRCPV}"
PR = "r10"
-bindir = "/usr/games"
+SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git"
+SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 "
-inherit autotools pkgconfig
+S = "${WORKDIR}/git"
-SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
-SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 "
+inherit autotools pkgconfig
-S = "${WORKDIR}/${BPN}"
+bindir = "/usr/games"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"