From 2a9b0c8e76f591c44f4e3d3c16ee8501b5b02cfa Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 13 Jan 2008 15:15:45 +0000 Subject: add python-edbus, BROKEN though until someone adds dbus 1.1.x --- packages/python/python-edbus_cvs.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/python/python-edbus_cvs.bb (limited to 'packages/python/python-edbus_cvs.bb') diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb new file mode 100644 index 0000000000..7a4d53762f --- /dev/null +++ b/packages/python/python-edbus_cvs.bb @@ -0,0 +1,9 @@ +require python-efl.inc +# broken until someone adds dbus 1.1.x +DEPENDS += "edbus dbus-1.1" + +PR = "r0" + +SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" +S = "${WORKDIR}/python-e_dbus" + -- cgit v1.2.3 From 6b23e923fddee891ca94cb9dee5c74346bdafda4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 23 Jan 2008 21:39:24 +0000 Subject: python-edbus: remove BROKENness, now that python-dbus stages its includes python-efl: RDEPEND on python-edbus, now that it builds --- packages/python/python-edbus_cvs.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/python/python-edbus_cvs.bb') diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb index 7a4d53762f..652cf919cd 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" -PR = "r0" +PR = "r1" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" -- cgit v1.2.3 From ca2dd4565504ad3239ca73c5cf23c234d57a71b8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 24 Jan 2008 16:55:05 +0000 Subject: python-edbus: fix dbus dependency --- packages/python/python-edbus_cvs.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-edbus_cvs.bb') diff --git a/packages/python/python-edbus_cvs.bb b/packages/python/python-edbus_cvs.bb index 652cf919cd..06a5a45c06 100644 --- a/packages/python/python-edbus_cvs.bb +++ b/packages/python/python-edbus_cvs.bb @@ -1,7 +1,7 @@ require python-efl.inc -DEPENDS += "edbus dbus-1.1" +DEPENDS += "edbus dbus" -PR = "r1" +PR = "r2" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" -- cgit v1.2.3