[oe-commits] org.oe.dev python-edbus: remove BROKENness, now that python-dbus stages its includes

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Jan 24 11:35:51 UTC 2008


python-edbus: remove BROKENness, now that python-dbus stages its includes
python-efl: RDEPEND on python-edbus, now that it builds

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: f4e5cfc232e8f1488452378938ddaa3b3fc3d4a6
ViewMTN: http://monotone.openembedded.org/revision/info/f4e5cfc232e8f1488452378938ddaa3b3fc3d4a6
Files:
1
packages/python/python-edbus_cvs.bb
packages/python/python-efl.bb
Diffs:

#
# mt diff -r95af156ca65e336bc23f964b25c578613aa1988c -rf4e5cfc232e8f1488452378938ddaa3b3fc3d4a6
#
# 
# 
# patch "packages/python/python-edbus_cvs.bb"
#  from [7812abc4380b4050cff4b3d2ce5a3d321fad99de]
#    to [3c44990b9fd2056c30a3802025080abd052c42f8]
# 
# patch "packages/python/python-efl.bb"
#  from [77937768e6ded1252b9e4626217e70dd277666f7]
#    to [bcdbf0ac7443ed3c5295aa8f764b0641981c711b]
# 
============================================================
--- packages/python/python-edbus_cvs.bb	7812abc4380b4050cff4b3d2ce5a3d321fad99de
+++ packages/python/python-edbus_cvs.bb	3c44990b9fd2056c30a3802025080abd052c42f8
@@ -1,8 +1,7 @@ require python-efl.inc
 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"
============================================================
--- packages/python/python-efl.bb	77937768e6ded1252b9e4626217e70dd277666f7
+++ packages/python/python-efl.bb	bcdbf0ac7443ed3c5295aa8f764b0641981c711b
@@ -1,7 +1,7 @@ SECTION = "devel/python"
 DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
 LICENSE = "MIT"
 SECTION = "devel/python"
-RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
-PR = "ml1"
+RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon python-edbus"
+PR = "ml2"
 
 ALLOW_EMPTY = "1"






More information about the Openembedded-commits mailing list