diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-29 19:15:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:34 +0100 |
commit | 1f0a4d7bacb30446d8ba6d24b5e47d2dc3366051 (patch) | |
tree | d2e7702d109f9324b0dfc5c79e20b0c0d2c72c2c /meta/recipes-gnome/gtk+/gtk+3.inc | |
parent | 7eab456a68c55eeed4555210a92bd25f66862d57 (diff) | |
download | poky-1f0a4d7bacb30446d8ba6d24b5e47d2dc3366051.tar.gz |
gtk+3: clean up libtool link creation to avoid errors in configure log
(From OE-Core rev: 22c469fea28a9e1eb05374b362743545bdf28ec2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3.inc')
-rw-r--r-- | 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 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" | |||
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure_prepend() { |
20 | # Do this because the configure script is running ./libtool directly | 20 | # Do this because the configure script is running ./libtool directly |
21 | ln -s ${TARGET_PREFIX}libtool libtool || true | 21 | rm -f libtool |
22 | ln -s ${TARGET_PREFIX}libtool libtool | ||
22 | } | 23 | } |
23 | 24 | ||
24 | # Forcibly disable the GTK+ 2 dependency as we don't want to natively build the | 25 | # Forcibly disable the GTK+ 2 dependency as we don't want to natively build the |