From: Michael Lauer Date: Mon, 20 Aug 2007 13:14:31 +0000 (+0000) Subject: python-pytester: fix SRCNAME to make it fetch X-Git-Tag: Release-2010-05/1~8883^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dda32f9382887e51f3ec6b92b38ed447b322ee4;p=openembedded.git python-pytester: fix SRCNAME to make it fetch --- diff --git a/packages/python/python-pytest_0.6.0.bb b/packages/python/python-pytester_0.6.0.bb similarity index 95% rename from packages/python/python-pytest_0.6.0.bb rename to packages/python/python-pytester_0.6.0.bb index 17db94897c..bc7953b73e 100644 --- a/packages/python/python-pytest_0.6.0.bb +++ b/packages/python/python-pytester_0.6.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" HOMEPAGE = "http://oss.wxnet.org/pytester/index.html" PRIORITY = "optional" LICENSE = "GPL" -SRCNAME = "pytest" +SRCNAME = "pytester" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"