From: Martin Jansa Date: Thu, 18 Mar 2010 18:05:59 +0000 (+0100) Subject: elmdentica: use SRC_URI from enlightenment repo instead googlecode, bump version X-Git-Tag: Release-2010-05/1~340^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101beae9251e0fd4bc26a5fd70c72c67a96f5cab;p=openembedded.git elmdentica: use SRC_URI from enlightenment repo instead googlecode, bump version Signed-off-by: Martin Jansa --- 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}"