aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 19:05:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 19:17:31 +0100
commit101beae9251e0fd4bc26a5fd70c72c67a96f5cab (patch)
tree98cb274976e6638c671918b4ff65000bea8ab6aa
parentd7274489fb0dcb262a0aad4cf94eebdc217d8dc8 (diff)
downloadopenembedded-101beae9251e0fd4bc26a5fd70c72c67a96f5cab.tar.gz
elmdentica: use SRC_URI from enlightenment repo instead googlecode, bump version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
-rw-r--r--recipes/e17/elmdentica_svn.bb14
2 files changed, 6 insertions, 10 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index b07d8d011c..4ebc95f21c 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -275,6 +275,7 @@ SRCREV_pn-edje-player ?= "${EFL_SRCREV}"
SRCREV_pn-edje-viewer ?= "${EFL_SRCREV}"
SRCREV_pn-elementary-alarm ?= "${EFL_SRCREV}"
SRCREV_pn-elementary-sms ?= "${EFL_SRCREV}"
+SRCREV_pn-elmdentica ?= "${EFL_SRCREV}"
SRCREV_pn-emphasis ?= "${EFL_SRCREV}"
SRCREV_pn-ephoto ?= "${EFL_SRCREV}"
SRCREV_pn-eve ?= "${EFL_SRCREV}"
@@ -301,4 +302,5 @@ SRCREV_pn-illume-keyboard-default ?= "${EFL_SRCREV}"
SRCREV_pn-exalt ?= "${EFL_SRCREV}"
SRCREV_pn-exalt-client ?= "${EFL_SRCREV}"
+
require conf/distro/include/sane-srcrevs-fso.inc
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index d5d441b629..c0cf56a7e1 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -4,13 +4,7 @@ LICENSE = "GPLv3+"
SECTION = "e/apps"
HOMEPAGE = "http://elmdentica.googlecode.com"
AUTHOR = "seabra"
-SRCREV = "215"
-PV = "0.7.0+svnr${SRCPV}"
-PR = "r1"
-
-
-SRC_URI = "svn://elmdentica.googlecode.com/svn;module=trunk;proto=http"
-
-S = "${WORKDIR}/trunk"
-
-inherit autotools pkgconfig
+
+inherit e
+
+PV = "0.9.0+svnr${SRCPV}"