[oe-commits] Martin Jansa : eve: add autopoint

git at git.openembedded.org git at git.openembedded.org
Tue Dec 6 12:46:24 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 4128ddd54f15293ebcb5fe920f0451ae9557b074
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4128ddd54f15293ebcb5fe920f0451ae9557b074

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Dec  4 10:06:00 2011 +0100

eve: add autopoint

* 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 \
 "
 





More information about the Openembedded-commits mailing list