From patchwork Tue Nov 27 20:33:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/21] efl-from-svn-recipes.inc: update to match new version Date: Tue, 27 Nov 2012 20:33:42 -0000 From: Martin Jansa X-Patchwork-Id: 39737 Message-Id: <51cc06fd915ca5153ba45e39818b568783805154.1354034591.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * be aware that elocation, efreet and latest eve now depends on edbus2 (edbus directory in svn, e_dbus is edbus1) and we don't have recipe for edbus2 yet Signed-off-by: Martin Jansa --- meta-efl/conf/distro/include/efl-from-svn-recipes.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc index d3a7e81..52da95f 100644 --- a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc +++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc @@ -1,4 +1,5 @@ -EFL_PREFERRED_VERSION ?= "1.7.0+svn%" +EFL_PREFERRED_VERSION ?= "1.7.1+svn%" +EFL_PREFERRED_PYTHON_VERSION ?= "1.7.0+svn%" PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" @@ -30,11 +31,11 @@ PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}" PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}" -PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}" +PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_PYTHON_VERSION}" +PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_PYTHON_VERSION}" +PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_PYTHON_VERSION}" +PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_PYTHON_VERSION}" +PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_PYTHON_VERSION}" +PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_PYTHON_VERSION}" PREFERRED_VERSION_terminology ?= "0.1.0+svn%"