summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-lxde/obconf/obconf_2.0.3+git.bb2
1 files changed, 1 insertions, 1 deletions
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 () {