aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 18:37:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 19:02:23 +0100
commitf39c8ac813578e60af02a7492414f0fbc3b26b3c (patch)
treed8048c64c7c2b8f4e2ae5c01bd1fe4daa8d46e21 /recipes/python
parent52913dbb5bc298d55ff32612ad8308107b59058d (diff)
downloadopenembedded-f39c8ac813578e60af02a7492414f0fbc3b26b3c.tar.gz
python-edbus: simplify recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-edbus_svn.bb4
1 files changed, 1 insertions, 3 deletions
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"