[oe] [PATCH][meta-efl 16/16] eve: add autopoint

Martin Jansa martin.jansa at gmail.com
Tue Dec 6 09:57:15 UTC 2011


* autopoint was removed in e.bbclass because most stuff works without it
  and it was breaking elementary but here it's still needed

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-efl/recipes-efl/e17/eve_svn.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
index 2cec0fd..7836c8b 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -3,13 +3,17 @@ LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
 DEPENDS = "evas ecore edje elementary webkit-efl"
 PV = "0.3.0.0+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 SRCREV = "${EFL_SRCREV}"
 
 inherit e gettext
 SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"
 
+do_configure_prepend() {
+       autopoint || touch config.rpath
+}
+
 SRC_URI += "file://eve-theme-for-smaller-screens.patch \
 "
 
-- 
1.7.8





More information about the Openembedded-devel mailing list