[oe-commits] org.oe.dev phalanx: Fix SRC_URI and .debug QA error.

coredump2 commit openembedded-commits at lists.openembedded.org
Sat Jun 30 18:35:53 UTC 2007


phalanx: Fix SRC_URI and .debug QA error.

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: 61d9290f8bf0b1072ab2cf68c220769146dace10
ViewMTN: http://monotone.openembedded.org/revision.psp?id=61d9290f8bf0b1072ab2cf68c220769146dace10
Files:
1
packages/phalanx/phalanx_22.bb
Diffs:

#
# mt diff -rb9b8351e6a6ff2419be2cf2eff09524b5e45309a -r61d9290f8bf0b1072ab2cf68c220769146dace10
#
# 
# 
# patch "packages/phalanx/phalanx_22.bb"
#  from [e3381adcfec7c19aa74c36c84772e18be326673f]
#    to [977094a4ed80107e90502a283f75463be1614cb6]
# 
============================================================
--- packages/phalanx/phalanx_22.bb	e3381adcfec7c19aa74c36c84772e18be326673f
+++ packages/phalanx/phalanx_22.bb	977094a4ed80107e90502a283f75463be1614cb6
@@ -1,13 +1,13 @@ PRIORITY = "optional"
 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 @@ FILES_${PN} = "${palmtopdir}/chess"
 }
 
 FILES_${PN} = "${palmtopdir}/chess"
+FILES_${PN}-dbg += "${palmtopdir}/chess/engines/Phalanx/.debug"






More information about the Openembedded-commits mailing list