summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2006-07-20 11:43:20 +0000
committerJorn Baayen <jorn@openedhand.com>2006-07-20 11:43:20 +0000
commit2ea49a8e01a555ea39ddfc9e13b3967da4e91114 (patch)
tree9b5b568dbb0931254afe6f7c3642c44849e54ac8 /openembedded
parent35fa11f1b5efea78225beb3c9b2e1c6e7ea240dc (diff)
downloadpoky-2ea49a8e01a555ea39ddfc9e13b3967da4e91114.tar.gz
correct libtool patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@520 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch6
-rw-r--r--openembedded/packages/gtk+/gtk+_2.10.0.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch b/openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch
index b2afddcc61..1a8e9294cf 100644
--- a/openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch
+++ b/openembedded/packages/gtk+/gtk+-2.10.0/hardcoded_libtool.patch
@@ -4,9 +4,9 @@
4 AC_MSG_CHECKING([Whether to write dependencies into .pc files]) 4 AC_MSG_CHECKING([Whether to write dependencies into .pc files])
5 case $enable_explicit_deps in 5 case $enable_explicit_deps in
6 auto) 6 auto)
7- deplib_check_method=`(./libtool --config; echo eval echo \\$deplib_check_method) | sh` 7- deplibs_check_method=`(./libtool --config; echo eval echo \\$deplibs_check_method) | sh`
8+ deplib_check_method=`($host_alias-libtool --config; echo eval echo \\$deplib_check_method) | sh` 8+ deplibs_check_method=`($host_alias-libtool --config; echo eval echo \\$deplibs_check_method) | sh`
9 if test "X$deplib_check_method" = Xnone || test "x$enable_static" = xyes ; then 9 if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
10 enable_explicit_deps=yes 10 enable_explicit_deps=yes
11 else 11 else
12@@ -688,7 +688,7 @@ 12@@ -688,7 +688,7 @@
diff --git a/openembedded/packages/gtk+/gtk+_2.10.0.bb b/openembedded/packages/gtk+/gtk+_2.10.0.bb
index decabf2f80..a16967ced6 100644
--- a/openembedded/packages/gtk+/gtk+_2.10.0.bb
+++ b/openembedded/packages/gtk+/gtk+_2.10.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
15 file://no-xwc.patch;patch=1 \ 15 file://no-xwc.patch;patch=1 \
16 file://automake-lossage.patch;patch=1 \ 16 file://automake-lossage.patch;patch=1 \
17# file://spinbutton.patch;patch=1 \ 17# file://spinbutton.patch;patch=1 \
18# file://hardcoded_libtool.patch;patch=1 \ 18 file://hardcoded_libtool.patch;patch=1 \
19 file://disable-tooltips.patch;patch=1 \ 19 file://disable-tooltips.patch;patch=1 \
20 file://gtklabel-resize-patch;patch=1 \ 20 file://gtklabel-resize-patch;patch=1 \
21 file://gtktreeview-316689.patch;patch=1 \ 21 file://gtktreeview-316689.patch;patch=1 \