aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/elmdentica_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/elmdentica_svn.bb')
-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
+}