aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 18:14:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 19:49:42 +0100
commitbd75858d8e523dfbed244bf4046b5ce01eeee690 (patch)
tree081d6b55797472391a321e0fa4176b6d05ac7216 /recipes/python
parent4ed7c114304f881d50a0c9ebefa98d9e42884bf1 (diff)
downloadopenembedded-bd75858d8e523dfbed244bf4046b5ce01eeee690.tar.gz
efl: move epsilon/etk to obsolete, because they're not supported with newer ecore anymore
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-epsilon_svn.bb5
-rw-r--r--recipes/python/python-etk_svn.bb11
2 files changed, 0 insertions, 16 deletions
diff --git a/recipes/python/python-epsilon_svn.bb b/recipes/python/python-epsilon_svn.bb
deleted file mode 100644
index 7aa3370804..0000000000
--- a/recipes/python/python-epsilon_svn.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-efl.inc
-DEPENDS += "epsilon python-ecore"
-RDEPENDS += "python-ecore"
-
-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
deleted file mode 100644
index dc821c64d4..0000000000
--- a/recipes/python/python-etk_svn.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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${SRCPV}"
-PR = "ml1"
-
-SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"
-
-do_stage() {
- distutils_stage_all
-}