mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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.
This commit is contained in:
@@ -25,7 +25,7 @@ EXTRA_OECONF = "\
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
autopoint
|
||||
autopoint || true
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user