[oe-commits] Ross Burton : gtk+3: clean up libtool link creation to avoid errors in configure log

git at git.openembedded.org git at git.openembedded.org
Mon Jun 17 15:56:09 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 22c469fea28a9e1eb05374b362743545bdf28ec2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=22c469fea28a9e1eb05374b362743545bdf28ec2

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed May 29 19:15:16 2013 +0100

gtk+3: clean up libtool link creation to avoid errors in configure log

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/gtk+/gtk+3.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 4742eb9..f4d5254 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



More information about the Openembedded-commits mailing list