From 22c469fea28a9e1eb05374b362743545bdf28ec2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 29 May 2013 19:15:16 +0100 Subject: gtk+3: clean up libtool link creation to avoid errors in configure log Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-gnome/gtk+/gtk+3.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 4742eb9267..f4d5254e43 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc @@ -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 -- cgit 1.2.3-korg