aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 20:37:35 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-21 20:50:56 +0100
commitc91505f3c9c7ec12d538f8c640600e2aa7b99ce9 (patch)
tree222cfd5641a673aaa98f7b202982ce851ff4573b /recipes-qtopia
parenta8d658f089a7b931718190d8a0fcd7e51e3995aa (diff)
downloadmeta-opie-c91505f3c9c7ec12d538f8c640600e2aa7b99ce9.tar.gz
qfish2: fix broken SRC_URI and non-ia32 compilation
Use a more up-to-date official source; this is actually a different archive and hence the checksums changed - archive contents are mostly the same except for the removal of some erroneously shipped files. A compilation fix was also needed - a tools/bin2c 32-bit x86 executable was being shipped and used during the build, which does not work on other architectures (e.g. x86-64). Deleting the file ensures the executable itself is built during the build process. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-rw-r--r--recipes-qtopia/qfish/qfish2_1.1.0.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-qtopia/qfish/qfish2_1.1.0.bb b/recipes-qtopia/qfish/qfish2_1.1.0.bb
index 9dcd96e..3eb1cbb 100644
--- a/recipes-qtopia/qfish/qfish2_1.1.0.bb
+++ b/recipes-qtopia/qfish/qfish2_1.1.0.bb
@@ -1,10 +1,10 @@
DESCRIPTION = "A Game with fishes, Qt/Embedded based Palmtop Environments Edition"
SECTION = "opie/games"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
-SRC_URI = "http://taiga0818.hp.infoseek.co.jp/rpms/qfish2-${PV}.tar.gz"
-S = "${WORKDIR}/qfish"
+SRC_URI = "http://osdn.dl.sourceforge.jp/jankeyapp-z/17321/qfish2-${PV}.src.tar.gz"
+S = "${WORKDIR}/qfish2"
inherit palmtop
@@ -25,6 +25,9 @@ do_configure_append() {
}
do_compile_prepend() {
+ # This binary gets shipped, but should actually be built during compilation
+ rm -f tools/bin2c
+
cd images && oe_runmake && cd ${S}
}
@@ -41,5 +44,5 @@ do_install() {
install -m 0644 desktop/qfish.html ${D}${palmtopdir}/help/html/qfish2.html
}
-SRC_URI[md5sum] = "2a8219bcb375fac66cea66394c3c36fa"
-SRC_URI[sha256sum] = "1e097fdccda0fc914c8229aab7d83964c5944cc95eb053fd69e357dca69461b9"
+SRC_URI[md5sum] = "7f028932317fc41f53e0ef68e98b110b"
+SRC_URI[sha256sum] = "d28e8abc5d87ce3bdb4066b5b7785fdfa51aef474fe511fafab78c023af1e2c4"