[oe] [meta-efl][PATCH 4/6] e-wm: ignore autopoint errors

Martin Jansa martin.jansa at gmail.com
Tue Sep 6 07:46:41 UTC 2011


| 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() {
-- 
1.7.6.1





More information about the Openembedded-devel mailing list