diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-26 07:15:58 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-26 07:15:58 +0000 |
| commit | b334a50b51296fd067a3f635e34a829803dff12c (patch) | |
| tree | 2fcad807c6782ae4a0a6b14cd10a82e0f5cbb1bc /packages/python/python-edbus_cvs.bb | |
| parent | 9942a8c3c0baa09c969ea3f58dac4a1d66e0bb3a (diff) | |
| parent | 4ddb6204e15197bcb77ea348a16580639083320a (diff) | |
merge of '0b435292ad4bcac5c77643e4c7106c40b13d44e2'
and '10d839841515280475537b389b383e3e3686c117'
Diffstat (limited to 'packages/python/python-edbus_cvs.bb')
| -rw-r--r-- | packages/python/python-edbus_cvs.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb index 7a4d53762f..06a5a45c06 100644 --- a/packages/python/python-edbus_cvs.bb +++ b/packages/python/python-edbus_cvs.bb @@ -1,8 +1,7 @@ require python-efl.inc -# broken until someone adds dbus 1.1.x -DEPENDS += "edbus dbus-1.1" +DEPENDS += "edbus dbus" -PR = "r0" +PR = "r2" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" |
