From: Martin Jansa Date: Sat, 29 Jan 2011 17:37:21 +0000 (+0100) Subject: python-edbus: simplify recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39c8ac813578e60af02a7492414f0fbc3b26b3c;p=openembedded.git python-edbus: simplify recipe Signed-off-by: Martin Jansa --- diff --git a/recipes/python/python-edbus_svn.bb b/recipes/python/python-edbus_svn.bb index 799ba18eee..801cc2d599 100644 --- a/recipes/python/python-edbus_svn.bb +++ b/recipes/python/python-edbus_svn.bb @@ -2,6 +2,4 @@ require python-efl.inc SRCREV = "${EFL_SRCREV}" DEPENDS += "edbus python-dbus" RDEPENDS_${PN} += "python-dbus" - -SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=python-e_dbus;proto=http" -S = "${WORKDIR}/python-e_dbus" +SRCNAME = "python-e_dbus"