summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-04-14 15:41:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-24 22:50:30 +0100
commit8667ea0d2d593b2118fafc217ade1875e422a41b (patch)
tree036f1a7bfd53a39c379e4ba73fddedf42df80bb0 /meta
parent5b661fc567454e4e3c9b4a80f4422f41b01010f5 (diff)
downloadpoky-8667ea0d2d593b2118fafc217ade1875e422a41b.tar.gz
puzzles: Upgrade to svn r9151 (from r9084)
(From OE-Core rev: 10dc656eb1ef3e0d36424c440e6ec42cccb08a47) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch5
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9151.bb (renamed from meta/recipes-sato/puzzles/puzzles_r9084.bb)2
2 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch b/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
index 61da9191a8..7e2c3ab75d 100644
--- a/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
+++ b/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
@@ -1,3 +1,8 @@
1This patch enable owl menu, which is hidden in the title bar to save space on
2small screen. It has not been used for a long time, rebase needed.
3
4Upstream-Status: Inappropriate [enable feature]
5
1Index: src/gtk.c 6Index: src/gtk.c
2=================================================================== 7===================================================================
3--- src/gtk.c (revision 22) 8--- src/gtk.c (revision 22)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9084.bb b/meta/recipes-sato/puzzles/puzzles_r9151.bb
index fbd0e37d55..5cd8bb912a 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9084.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9151.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=9928b60f3b78be315b7ab699c1b03ff5"
10 10
11SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" 11SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
12 12
13# Checksums seem to be changing regularly right now, need to verify with upstream 13# Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
14#SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c" 14#SRC_URI[md5sum] = "e8b4c7e2341264789f3cd6733857bf1c"
15#SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2" 15#SRC_URI[sha256sum] = "69f37e497e63b2f7ab44e7bbd50aee078269c16dbc2d78ec1b00257678f2cbd2"
16#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}" 16#SRC_URI = "svn://ixion.tartarus.org/main;module=puzzles;rev=${MOD_PV}"