[oe-commits] Thomas Zimmermann : etk, python-etk: etk and python etk bindings moved to trunk/OLD

git version control git at git.openembedded.org
Tue Sep 29 11:56:52 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: f5183b615e5ad80a31a7f0f3224ad224c6103665
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f5183b615e5ad80a31a7f0f3224ad224c6103665

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Tue Sep 29 10:13:10 2009 +0000

etk, python-etk: etk and python etk bindings moved to trunk/OLD

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/efl1/etk_svn.bb          |    3 ++-
 recipes/python/python-etk_svn.bb |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/etk_svn.bb b/recipes/efl1/etk_svn.bb
index e9e862a..d1c4bf1 100644
--- a/recipes/efl1/etk_svn.bb
+++ b/recipes/efl1/etk_svn.bb
@@ -2,10 +2,11 @@ DESCRIPTION = "Etk is an advanced widget toolkit based on the Enlightenment Foun
 DEPENDS = "evas ecore edje"
 LICENSE = "MIT"
 PV = "0.1.0.042+svnr${SRCREV}"
-PR = "r8"
+PR = "r9"
 
 inherit efl
 
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http"
 SRC_URI += "file://mkinstalldirs"
 
 RRECOMMENDS_${PN} = "\
diff --git a/recipes/python/python-etk_svn.bb b/recipes/python/python-etk_svn.bb
index aff6b1f..b668fe6 100644
--- a/recipes/python/python-etk_svn.bb
+++ b/recipes/python/python-etk_svn.bb
@@ -2,7 +2,9 @@ require python-efl.inc
 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 = "ml1"
+PR = "ml2"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD/BINDINGS/python;module=${PN};proto=http"
 
 do_stage() {         
 	distutils_stage_all 





More information about the Openembedded-commits mailing list