[oe-commits] Klaus Kurzmann : ecore.inc: make it call autopoint to configure po

git version control git at git.openembedded.org
Mon Sep 28 15:58:33 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 89c85c5508252143cf025832ca13e5fab59a4745
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=89c85c5508252143cf025832ca13e5fab59a4745

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Sep 28 17:52:08 2009 +0200

ecore.inc: make it call autopoint to configure po

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/efl1/ecore.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc
index 55f1d9a..0cbdc8b 100644
--- a/recipes/efl1/ecore.inc
+++ b/recipes/efl1/ecore.inc
@@ -4,12 +4,15 @@ DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver l
 # optional
 # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
 PV = "0.9.9.050+svnr${SRCREV}"
-PR = "r5"
+PR = "r6"
 
 inherit efl
 
 SRC_URI += "file://ecore-add-includes.patch;patch=1;maxrev=40794"
 
+# needed to make autotools call autopoint
+EXTRA_AUTORECONF = ""
+
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
 
 PACKAGES += "\
@@ -66,3 +69,4 @@ DEBIAN_NOAUTONAME_${PN}-evas = "1"
 DEBIAN_NOAUTONAME_${PN}-sdl = "1"
 DEBIAN_NOAUTONAME_${PN}-tests = "1"
 
+





More information about the Openembedded-commits mailing list