From 44e8576d1924cfdff2caf307eba66916f3bb06b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 19 Feb 2015 02:34:18 +0100 Subject: [PATCH] fontforge: fix reconfigure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/fontforge/fontforge_20141126.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/fontforge/fontforge_20141126.bb b/recipes-support/fontforge/fontforge_20141126.bb index c53be668..72020db9 100644 --- a/recipes-support/fontforge/fontforge_20141126.bb +++ b/recipes-support/fontforge/fontforge_20141126.bb @@ -20,7 +20,7 @@ EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disa do_configure_prepend() { currdir=`pwd` cd ${S} - ./bootstrap + ./bootstrap --force cd $currdir }