aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-07 11:31:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-10 20:49:43 +0200
commit1357f0894a5b22d3ce32d3abc0d59f459e5179fb (patch)
tree7e50daf9e740c6dc351c57f77759fa00b5181f0c /recipes/e17
parent31afd66b9a6d2dab545f28c90d4632b34911d36a (diff)
downloadopenembedded-1357f0894a5b22d3ce32d3abc0d59f459e5179fb.tar.gz
EFL: bump SRCREV a bit more
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/elmdentica_svn.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 2d6e634341..44730f5000 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -5,10 +5,14 @@ SECTION = "e/apps"
HOMEPAGE = "http://elmdentica.googlecode.com"
AUTHOR = "seabra"
-inherit e
+inherit e gettext
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
PV = "0.9.9+svnr${SRCPV}"
PR = "r1"
SRCREV = "${EFL_SRCREV}"
+
+do_configure_prepend() {
+ autopoint --force
+}