diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-28 02:30:45 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-28 02:30:45 +0000 |
commit | 8cf639e33b06c4fad6381a041dfcd7b4340b1f87 (patch) | |
tree | 36601f4d8f3fa8bba07e699e1abec9a5b02e6d7d /packages/phalanx/phalanx_22.bb | |
parent | 14c74eb2a3859b0945d1c55acc42f837a596ad17 (diff) |
phalanx: Fix SRC_URI and .debug QA error.
Diffstat (limited to 'packages/phalanx/phalanx_22.bb')
-rw-r--r-- | packages/phalanx/phalanx_22.bb | 7 |
1 files 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" |