From: Rod Whitby Date: Wed, 20 Aug 2008 01:51:45 +0000 (+0000) Subject: python-pygame: Really fix the SRC_URI this time - missing pub path X-Git-Tag: Release-2010-05/1~6305^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29b4a237062618cb29e626e5e5d4b814563a218;p=openembedded.git python-pygame: Really fix the SRC_URI this time - missing pub path --- diff --git a/packages/python/python-pygame_1.8.1.bb b/packages/python/python-pygame_1.8.1.bb index 0686a40361..dc3f431964 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.pygame.org/pygame/${SRCNAME}-${PV}release.tar.gz \ + ftp://ftp.pygame.org/pub/pygame/${SRCNAME}-${PV}release.tar.gz \ file://Setup" S = "${WORKDIR}/${SRCNAME}-${PV}release"