[oe-commits] Michael 'Mickey' Lauer : python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992

GIT User account git at amethyst.openembedded.net
Fri Jan 16 13:00:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4ab2749494b24bd1e73c552c9995ae159e8ec2e3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ab2749494b24bd1e73c552c9995ae159e8ec2e3

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan 16 13:58:28 2009 +0100

python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992

---

 packages/python/python-etk_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-etk_svn.bb b/packages/python/python-etk_svn.bb
index 90e06ac..aff6b1f 100644
--- a/packages/python/python-etk_svn.bb
+++ b/packages/python/python-etk_svn.bb
@@ -1,8 +1,8 @@
 require python-efl.inc
-DEPENDS += "etk"
+DEPENDS += "etk python-evas python-ecore"
 RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes" 
 PV = "0.1.1+svnr${SRCREV}"
-PR = "ml0"
+PR = "ml1"
 
 do_stage() {         
 	distutils_stage_all 





More information about the Openembedded-commits mailing list