From c91505f3c9c7ec12d538f8c640600e2aa7b99ce9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 21 Aug 2011 20:37:35 +0100 Subject: 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 --- recipes-qtopia/qfish/qfish2_1.1.0.bb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'recipes-qtopia') 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" -- cgit 1.2.3-korg