From 8cf639e33b06c4fad6381a041dfcd7b4340b1f87 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Thu, 28 Jun 2007 02:30:45 +0000 Subject: phalanx: Fix SRC_URI and .debug QA error. --- packages/phalanx/phalanx_22.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/phalanx/phalanx_22.bb b/packages/phalanx/phalanx_22.bb index fbc6568b91..a59a696809 100644 --- a/packages/phalanx/phalanx_22.bb +++ b/packages/phalanx/phalanx_22.bb @@ -1,13 +1,13 @@ DESCRIPTION = "Phalanx is a chess playing engine." SECTION = "opie/libs" PRIORITY = "optional" -PR = "r3" +PR = "r4" LICENSE = "GPL" -SRC_URI = "ftp://ftp.math.muni.cz/pub/math/people/Dobes/phalanx-22.tar.gz \ +SRC_URI = "http://ftp.debian.org/debian/pool/main/p/phalanx/phalanx_22.orig.tar.gz \ file://gcc3.patch;patch=1 \ file://capabilities \ file://description" -S = "${WORKDIR}/Phalanx-XXII" +S = "${WORKDIR}/phalanx-22.orig" do_compile() { oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" STRIP=echo LD="${CC}" @@ -24,3 +24,4 @@ do_install() { } FILES_${PN} = "${palmtopdir}/chess" +FILES_${PN}-dbg += "${palmtopdir}/chess/engines/Phalanx/.debug" -- cgit v1.2.3