[oe-commits] Koen Kooi : enlightenment: some modules moved in the svn tree, account for that

git version control git at git.openembedded.org
Wed Oct 7 19:19:35 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct  7 21:14:59 2009 +0200

enlightenment: some modules moved in the svn tree, account for that

---

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

diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb
index 13ca295..d523cbf 100644
--- a/recipes/efl1/elementary_svn.bb
+++ b/recipes/efl1/elementary_svn.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "EFL based widget set for mobile devices"
 LICENSE = "LGPL"
-DEPENDS = "evas ecore edje eet edbus"
+DEPENDS = "efreet evas ecore edje eet edbus"
 PV = "0.0.0+svnr${SRCREV}"
 PR = "r4"
 
diff --git a/recipes/efl1/epsilon_svn.bb b/recipes/efl1/epsilon_svn.bb
index ad928eb..1f348d1 100644
--- a/recipes/efl1/epsilon_svn.bb
+++ b/recipes/efl1/epsilon_svn.bb
@@ -8,6 +8,8 @@ PR = "r4"
 
 inherit efl
 
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http"
+
 # a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well
 EXTRA_OECONF = "--disable-xine"
 
diff --git a/recipes/efl1/etk_svn.bb b/recipes/efl1/etk_svn.bb
index 31004a3..4b06590 100644
--- a/recipes/efl1/etk_svn.bb
+++ b/recipes/efl1/etk_svn.bb
@@ -6,7 +6,8 @@ PR = "r5"
 
 inherit efl
 
-SRC_URI += "file://mkinstalldirs"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http \
+file://mkinstalldirs"
 
 RRECOMMENDS_${PN} = "\
   etk-engines-software-x11 \
diff --git a/recipes/python/python-etk_svn.bb b/recipes/python/python-etk_svn.bb
index aff6b1f..85cb824 100644
--- a/recipes/python/python-etk_svn.bb
+++ b/recipes/python/python-etk_svn.bb
@@ -4,6 +4,8 @@ RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk
 PV = "0.1.1+svnr${SRCREV}"
 PR = "ml1"
 
+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