]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk+3: clean up libtool link creation to avoid errors in configure log
authorRoss Burton <ross.burton@intel.com>
Wed, 29 May 2013 18:15:16 +0000 (19:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jun 2013 15:44:34 +0000 (16:44 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/gtk+/gtk+3.inc

index 4742eb92679278058beb93b4d9da6ef6bd6e7245..f4d5254e433fd050812ec350e758b1d85f91f7d0 100644 (file)
@@ -18,7 +18,8 @@ export PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native"
 
 do_configure_prepend() {
     # Do this because the configure script is running ./libtool directly
-    ln -s ${TARGET_PREFIX}libtool libtool || true
+    rm -f libtool
+    ln -s ${TARGET_PREFIX}libtool libtool
 }
 
 # Forcibly disable the GTK+ 2 dependency as we don't want to natively build the