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 From c13773acfc8d0aae1cf60b93bd129f0452752695 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 2 Feb 2008 14:04:45 +0000 Subject: python-edbus: fix 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 06a5a45c06..544a6f347f 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" +DEPENDS += "edbus python-dbus" -PR = "r2" +PR = "r3" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" -- cgit v1.2.3 From a30a065aa1974fbc8c1fab60dfa403485f44f17d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 16 Feb 2008 16:21:49 +0000 Subject: (python-)efl cvs update and catch up with upstream version changes, add missing dependency in python-ecore --- 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 544a6f347f..dc4b09cee8 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 python-dbus" - -PR = "r3" +PV = "0.1.1+cvs${SRCDATE}" +PR = "r0" SRC_URI = "${E_CVS};module=e17/proto/python-efl/python-e_dbus" S = "${WORKDIR}/python-e_dbus" -- cgit v1.2.3