diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-25 11:20:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 18:15:29 +0100 |
commit | 99666e772dd50767295294a5686710e6e2a49851 (patch) | |
tree | 94af09055008a86accc352dc4fd65c82ad15c5f3 /meta/recipes-sato/puzzles | |
parent | 06a89cb47da39fb9bb29e23cfb1751258391aeb2 (diff) | |
download | poky-99666e772dd50767295294a5686710e6e2a49851.tar.gz |
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
(From OE-Core rev: 4e7218c19775ef81caed27742e9d203af10b7416)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
11 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 11 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
12 | DEPENDS_append_poky = " libowl" | 12 | DEPENDS_append_poky = " libowl" |
13 | 13 | ||
14 | SRCREV = "23" | 14 | SRCREV = "92f1a20e4b72eed7a35b00984d9793b51dc2fb3b" |
15 | PV = "0.1+svnr${SRCPV}" | 15 | PV = "0.2+git${SRCPV}" |
16 | PR = "r10" | 16 | PR = "r10" |
17 | 17 | ||
18 | bindir = "/usr/games" | 18 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" |
19 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " | ||
19 | 20 | ||
20 | inherit autotools pkgconfig | 21 | S = "${WORKDIR}/git" |
21 | 22 | ||
22 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" | 23 | inherit autotools pkgconfig |
23 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;striplevel=0 " | ||
24 | 24 | ||
25 | S = "${WORKDIR}/${BPN}" | 25 | bindir = "/usr/games" |
26 | 26 | ||
27 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 27 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
28 | 28 | ||