diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-27 15:37:19 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-27 15:37:19 +0000 |
commit | a11270972338aa07727da3a8624adf0ec4289816 (patch) | |
tree | 3a2aa4cc3f5b3f8efb969fe3111ebda5919cc266 /packages/python/python-edbus_svn.bb | |
parent | 7a527a494ce316a373361024b9e86a779e4a49e8 (diff) | |
parent | f05854e89327463f009e47cad7ed61bd228fb7e9 (diff) |
merge of '4dc83fb2fe7f6a2d1912363f0f5d575ef277a6b7'
and '6db51d8148c7ab6620fa15c71ccbfc4ec1db4fc0'
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" + |