python-pygame: Really fix the SRC_URI this time - missing pub path
authorRod Whitby <rod@whitby.id.au>
Wed, 20 Aug 2008 01:51:45 +0000 (01:51 +0000)
committerRod Whitby <rod@whitby.id.au>
Wed, 20 Aug 2008 01:51:45 +0000 (01:51 +0000)
packages/python/python-pygame_1.8.1.bb

index 0686a40..dc3f431 100644 (file)
@@ -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"