[oe-commits] Martin Jansa : EFL: some packages were moved from trunk/OLD to OLD, update SRC_URI

git version control git at git.openembedded.org
Thu Feb 11 13:31:38 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Feb 11 12:20:58 2010 +0100

EFL: some packages were moved from trunk/OLD to OLD, update SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/e17/exhibit_svn.bb           |    2 +-
 recipes/efl1/edb_svn.bb              |    2 +-
 recipes/efl1/epeg_svn.bb             |    2 +-
 recipes/efl1/epsilon_svn.bb          |    2 +-
 recipes/efl1/etk_svn.bb              |    2 +-
 recipes/python/python-epsilon_svn.bb |    2 +-
 recipes/python/python-etk_svn.bb     |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes/e17/exhibit_svn.bb b/recipes/e17/exhibit_svn.bb
index 16bd1fb..1742ed8 100644
--- a/recipes/e17/exhibit_svn.bb
+++ b/recipes/e17/exhibit_svn.bb
@@ -6,4 +6,4 @@ PR = "r2"
 
 inherit e
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${SRCNAME};proto=http"
diff --git a/recipes/efl1/edb_svn.bb b/recipes/efl1/edb_svn.bb
index 06d1cf7..ec64278 100644
--- a/recipes/efl1/edb_svn.bb
+++ b/recipes/efl1/edb_svn.bb
@@ -6,4 +6,4 @@ PR = "r1"
 
 inherit efl
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=edb;proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=edb;proto=http"
diff --git a/recipes/efl1/epeg_svn.bb b/recipes/efl1/epeg_svn.bb
index dac7284..3b97262 100644
--- a/recipes/efl1/epeg_svn.bb
+++ b/recipes/efl1/epeg_svn.bb
@@ -6,4 +6,4 @@ PR = "r2"
 
 inherit efl
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=epeg;proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=epeg;proto=http"
diff --git a/recipes/efl1/epsilon_svn.bb b/recipes/efl1/epsilon_svn.bb
index b08e7af..991c35e 100644
--- a/recipes/efl1/epsilon_svn.bb
+++ b/recipes/efl1/epsilon_svn.bb
@@ -8,7 +8,7 @@ PR = "r4"
 
 inherit efl
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/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 bb3e4a1..6deb2c0 100644
--- a/recipes/efl1/etk_svn.bb
+++ b/recipes/efl1/etk_svn.bb
@@ -6,7 +6,7 @@ PR = "r5"
 
 inherit efl
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http \
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${SRCNAME};proto=http \
 file://mkinstalldirs"
 
 RRECOMMENDS_${PN} = "\
diff --git a/recipes/python/python-epsilon_svn.bb b/recipes/python/python-epsilon_svn.bb
index 9f535e5..7aa3370 100644
--- a/recipes/python/python-epsilon_svn.bb
+++ b/recipes/python/python-epsilon_svn.bb
@@ -2,4 +2,4 @@ require python-efl.inc
 DEPENDS += "epsilon python-ecore"
 RDEPENDS += "python-ecore"
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD/BINDINGS/python;module=${PN};proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
diff --git a/recipes/python/python-etk_svn.bb b/recipes/python/python-etk_svn.bb
index ba082d8..dc821c6 100644
--- a/recipes/python/python-etk_svn.bb
+++ b/recipes/python/python-etk_svn.bb
@@ -4,7 +4,7 @@ RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk
 PV = "0.1.1+svnr${SRCPV}"
 PR = "ml1"
 
-SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD/BINDINGS/python;module=${PN};proto=http"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
 
 do_stage() {         
 	distutils_stage_all 





More information about the Openembedded-commits mailing list