diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 22:06:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 22:06:56 +0000 |
commit | 075e8137a4a631f6e462ebf9c0f285fdc41b6892 (patch) | |
tree | a48c521fece42dd4520a613cb0f0a13a21e95bdd /packages/python/python-edbus_svn.bb | |
parent | 2a3a5812f4a2752fefc847d65d0a1b3ede3f0b4f (diff) |
Enlightenment update: commit missing files (thanks Koen)
Diffstat (limited to 'packages/python/python-edbus_svn.bb')
-rw-r--r-- | packages/python/python-edbus_svn.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-edbus_svn.bb b/packages/python/python-edbus_svn.bb new file mode 100644 index 0000000000..8c862e7e52 --- /dev/null +++ b/packages/python/python-edbus_svn.bb @@ -0,0 +1,9 @@ +require python-efl.inc +DEPENDS += "edbus python-dbus" +RDEPENDS += "python-dbus" +PV = "0.1.1+svnr${SRCREV}" +PR = "r2" + +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=python-e_dbus;proto=http" +S = "${WORKDIR}/python-e_dbus" + |