[oe-commits] Martin Jansa : e-wm: ignore autopoint errors

git version control git at git.openembedded.org
Tue Sep 6 10:26:24 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Sep  5 15:33:16 2011 +0200

e-wm: ignore autopoint errors

| autopoint: File config.rpath has been locally modified.
| autopoint: warning: File mkinstalldirs has been locally modified.
| autopoint: *** Some files have been locally modified. Not overwriting
  them because --force has not been specified. For your convenience, you
  find the local modifications in the file '/tmp/gtAHz0tp/autopoint.diff'.
| autopoint: *** Stop.

---

 meta-efl/recipes-efl/e17/e-wm_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index 38257b5..cb7f445 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -25,7 +25,7 @@ EXTRA_OECONF = "\
 "
 
 do_configure_prepend() {
-	autopoint
+	autopoint || true
 }
 
 do_install_append() {





More information about the Openembedded-commits mailing list