From 51410f35f8115dd084b5cace6f3785905aa4b20c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 22 Oct 2014 18:48:03 +0200 Subject: obconf: force overwrite language files by autopoint This fixes errors when a second machine is built with the same work folder: | autopoint: File config.rpath has been locally modified. | autopoint: File po/Makefile.in.in 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/gtf3UV2x/autopoint.diff'. | autopoint: *** Stop. | ERROR: autopoint failed --- recipes-lxde/obconf/obconf_2.0.3+git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-lxde/obconf/obconf_2.0.3+git.bb b/recipes-lxde/obconf/obconf_2.0.3+git.bb index b9bcdfa..9deab38 100644 --- a/recipes-lxde/obconf/obconf_2.0.3+git.bb +++ b/recipes-lxde/obconf/obconf_2.0.3+git.bb @@ -25,7 +25,7 @@ FILES_${PN} += "${datadir}/mime ${datadir}/mimelnk" inherit autotools pkgconfig gettext mime do_configure_prepend () { - autopoint || bbfatal "autopoint failed" + autopoint --force || bbfatal "autopoint failed" } do_configure_append () { -- cgit v1.2.3