aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-05 15:33:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-09-05 16:09:43 +0200
commit79f9b3bba4d5fbc588cd98a9241a1c3a0a40e558 (patch)
treee4f5cb2f78ef746fbcaf85cbbe803bae0353d816 /meta-efl
parent291eb03cdeabde1e59f78a971b94fcde3aeaf4ae (diff)
downloadmeta-openembedded-contrib-79f9b3bba4d5fbc588cd98a9241a1c3a0a40e558.tar.gz
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.
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb2
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 38257b564d..cb7f445bae 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() {