From: Rod Whitby Date: Wed, 20 Aug 2008 01:33:13 +0000 (+0000) Subject: python-pygame: Fix typo in SRC_URI X-Git-Tag: Release-2010-05/1~6305^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828e04a0a556bc99fcdb0e437e43ef7d873fbbd5;p=openembedded.git python-pygame: Fix typo in SRC_URI --- diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb index 2debc950ea..0686a40361 100644 --- a/packages/python/python-pygame_1.8.1.bb +++ b/packages/python/python-pygame_1.8.1.bb @@ -8,7 +8,7 @@ SRCNAME = "pygame" PR = "ml0" SRC_URI = "\ - ftp://ftp.pyganem.org/pygame/${SRCNAME}-${PV}release.tar.gz \ + ftp://ftp.pygame.org/pygame/${SRCNAME}-${PV}release.tar.gz \ file://Setup" S = "${WORKDIR}/${SRCNAME}-${PV}release"