[oe-commits] Martin Jansa : efl: move epsilon/etk to obsolete, because they' re not supported with newer ecore anymore

git version control git at git.openembedded.org
Fri Mar 19 18:50:10 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 19 18:14:59 2010 +0100

efl: move epsilon/etk to obsolete, because they're not supported with newer ecore anymore

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

---

 conf/distro/include/sane-srcrevs.inc               |    5 -----
 recipes/{ => obsolete}/efl1/epsilon_svn.bb         |    1 +
 recipes/{ => obsolete}/efl1/etk-native_svn.bb      |    0 
 ...tk_scrolled_view_dragable_combined_bouncy.patch |    0 
 recipes/{ => obsolete}/efl1/etk_svn.bb             |    1 +
 .../{ => obsolete}/python/python-epsilon_svn.bb    |    1 +
 recipes/{ => obsolete}/python/python-etk_svn.bb    |    2 ++
 7 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 051788e..467581c 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -239,11 +239,8 @@ SRCREV_pn-edje-sdk ?= "${EFL_SRCREV}"
 SRCREV_pn-edje ?= "${EFL_SRCREV}"
 SRCREV_pn-elementary ?= "${EFL_SRCREV}"
 SRCREV_pn-emotion ?= "${EFL_SRCREV}"
-SRCREV_pn-etk-native ?= "${EFL_SRCREV}"
-SRCREV_pn-etk ?= "${EFL_SRCREV}"
 SRCREV_pn-ewl ?= "${EFL_SRCREV}"
 SRCREV_pn-epeg ?= "${EFL_SRCREV}"
-SRCREV_pn-epsilon ?= "${EFL_SRCREV}"
 SRCREV_pn-epdf ?= "${EFL_SRCREV}"
 SRCREV_pn-esmart ?= "${EFL_SRCREV}"
 SRCREV_pn-efreet ?= "${EFL_SRCREV}"
@@ -265,9 +262,7 @@ SRCREV_pn-python-edje ?= "${EFL_SRCREV}"
 SRCREV_pn-python-elementary ?= "${EFL_SRCREV}"
 SRCREV_pn-python-edbus ?= "${EFL_SRCREV}"
 SRCREV_pn-python-emotion ?= "${EFL_SRCREV}"
-SRCREV_pn-python-epsilon ?= "${EFL_SRCREV}"
 SRCREV_pn-python-ewl ?= "${EFL_SRCREV}"
-SRCREV_pn-python-etk ?= "${EFL_SRCREV}"
 
 # Enlightenment Applications
 SRCREV_pn-edje-editor ?= "${EFL_SRCREV}"
diff --git a/recipes/efl1/epsilon_svn.bb b/recipes/obsolete/efl1/epsilon_svn.bb
similarity index 97%
rename from recipes/efl1/epsilon_svn.bb
rename to recipes/obsolete/efl1/epsilon_svn.bb
index 991c35e..14eb2d2 100644
--- a/recipes/efl1/epsilon_svn.bb
+++ b/recipes/obsolete/efl1/epsilon_svn.bb
@@ -8,6 +8,7 @@ PR = "r4"
 
 inherit efl
 
+SRCREV = "${EFL_SRCREV}"
 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
diff --git a/recipes/efl1/etk-native_svn.bb b/recipes/obsolete/efl1/etk-native_svn.bb
similarity index 100%
rename from recipes/efl1/etk-native_svn.bb
rename to recipes/obsolete/efl1/etk-native_svn.bb
diff --git a/recipes/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch b/recipes/obsolete/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch
similarity index 100%
rename from recipes/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch
rename to recipes/obsolete/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch
diff --git a/recipes/efl1/etk_svn.bb b/recipes/obsolete/efl1/etk_svn.bb
similarity index 98%
rename from recipes/efl1/etk_svn.bb
rename to recipes/obsolete/efl1/etk_svn.bb
index 6deb2c0..b63a7b2 100644
--- a/recipes/efl1/etk_svn.bb
+++ b/recipes/obsolete/efl1/etk_svn.bb
@@ -6,6 +6,7 @@ PR = "r5"
 
 inherit efl
 
+SRCREV = "${EFL_SRCREV}"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${SRCNAME};proto=http \
 file://mkinstalldirs"
 
diff --git a/recipes/python/python-epsilon_svn.bb b/recipes/obsolete/python/python-epsilon_svn.bb
similarity index 87%
rename from recipes/python/python-epsilon_svn.bb
rename to recipes/obsolete/python/python-epsilon_svn.bb
index 7aa3370..e70d4ec 100644
--- a/recipes/python/python-epsilon_svn.bb
+++ b/recipes/obsolete/python/python-epsilon_svn.bb
@@ -2,4 +2,5 @@ require python-efl.inc
 DEPENDS += "epsilon python-ecore"
 RDEPENDS += "python-ecore"
 
+SRCREV = "${EFL_SRCREV}"
 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/obsolete/python/python-etk_svn.bb
similarity index 92%
rename from recipes/python/python-etk_svn.bb
rename to recipes/obsolete/python/python-etk_svn.bb
index dc821c6..bc0ad98 100644
--- a/recipes/python/python-etk_svn.bb
+++ b/recipes/obsolete/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${SRCPV}"
 PR = "ml1"
 
+SRCREV = "${EFL_SRCREV}"
+
 SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
 
 do_stage() {         





More information about the Openembedded-commits mailing list