diff options
Diffstat (limited to 'python/python-ogg_1.3.oe')
-rw-r--r-- | python/python-ogg_1.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe index ae27176741..a9171ddebc 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -6,7 +6,7 @@ RDEPENDS = "libc6 python-core libogg" DEPENDS = "virtual/libc libogg" SRCNAME = "pyogg" -SRC_URI = http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz +SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils |