diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/e17/exhibit_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/edb_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/epeg_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/epsilon_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/etk_svn.bb | 2 | ||||
-rw-r--r-- | recipes/python/python-epsilon_svn.bb | 2 | ||||
-rw-r--r-- | 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 16bd1fbee9..1742ed8fc5 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 06d1cf7ed2..ec642781dd 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 dac7284013..3b97262ce7 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 b08e7afc1e..991c35e8ab 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 bb3e4a14c8..6deb2c00a3 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 9f535e5fd7..7aa3370804 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 ba082d873b..dc821c64d4 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 |