aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 18:50:03 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-29 19:02:30 +0100
commitba330705b3f69c004fe7bd720af074135a45c618 (patch)
treee96157bfbe076ba5ef204cd37f7a1174d6261b8a /recipes/efl1
parent46e9c80a67a6fc946a450061a26fee1eeb3a2bbc (diff)
downloadopenembedded-ba330705b3f69c004fe7bd720af074135a45c618.tar.gz
exml, enhance: move to obsolete
* exml still depends on ecore-data which was removed by upstream long ago * enhance depends on exml so the same Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/enhance_svn.bb10
-rw-r--r--recipes/efl1/exml_svn.bb10
2 files changed, 0 insertions, 20 deletions
diff --git a/recipes/efl1/enhance_svn.bb b/recipes/efl1/enhance_svn.bb
deleted file mode 100644
index ebbca70a86..0000000000
--- a/recipes/efl1/enhance_svn.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Enhance translates between glade .xml files and ETK"
-LICENSE = "MIT"
-DEPENDS = "exml"
-PV = "0.0.1+svnr${SRCPV}"
-PR = "r1"
-SRCREV = "${EFL_SRCREV_1.0.0}"
-
-inherit efl
-SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
-S = "${WORKDIR}/${SRCNAME}"
diff --git a/recipes/efl1/exml_svn.bb b/recipes/efl1/exml_svn.bb
deleted file mode 100644
index 251da8427d..0000000000
--- a/recipes/efl1/exml_svn.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Exml is a generic XML parser wrapper."
-LICENSE = "MIT"
-DEPENDS = "libxml2 libxslt ecore"
-PV = "0.1.1+svnr${SRCPV}"
-PR = "r2"
-SRCREV = "${EFL_SRCREV_1.0.0}"
-
-inherit efl
-SRC_URI = "${E_SVN}/BROKEN;module=${SRCNAME};proto=http;scmdata=keep"
-S = "${WORKDIR}/${SRCNAME}"