mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 01:00:44 +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:
parent
291eb03cde
commit
79f9b3bba4
@ -25,7 +25,7 @@ EXTRA_OECONF = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
autopoint
|
autopoint || true
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user