summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-15 16:47:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-07 06:34:50 -0800
commit4a566242ab15ed1367d2d7bcebf537b7e540e547 (patch)
treed10e3ebd2eda4b731b3fda4e08bebee09a5bb5a3 /meta/recipes-gnome
parent1ac7ffcbdf2e551f7264e5a2eb2cca88fe6ea3b2 (diff)
downloadpoky-4a566242ab15ed1367d2d7bcebf537b7e540e547.tar.gz
gtk+: refresh patches
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: 7ac8688c9fce49a005cbe9afe028453f6fea4e79) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch b/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
index 1ae728e70d..9eb7f6bf5c 100644
--- a/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
+++ b/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
@@ -3,19 +3,20 @@ Upstream-Status: Inappropriate [embedded specific]
3Updated to apply to gtk+-2.24.15 3Updated to apply to gtk+-2.24.15
4 4
5Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> 5Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
6diff -Nurd gtk+-2.24.15/configure.ac gtk+-2.24.15/configure.ac 6Index: gtk+-2.24.31/configure.ac
7--- gtk+-2.24.15/configure.ac 2013-01-12 20:52:54.000000000 +0200 7===================================================================
8+++ gtk+-2.24.15/configure.ac 2013-02-12 21:33:30.689925967 +0200 8--- gtk+-2.24.31.orig/configure.ac
9@@ -415,7 +415,7 @@ 9+++ gtk+-2.24.31/configure.ac
10@@ -415,7 +415,7 @@ AC_MSG_CHECKING([Whether to write depend
10 case $enable_explicit_deps in 11 case $enable_explicit_deps in
11 auto) 12 auto)
12 export SED 13 export SED
13- deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` 14- deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
14+ deplibs_check_method=`(./$host_alias-libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` 15+ deplibs_check_method=`(./$host_alias-libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
15 if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then 16 if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
16 enable_explicit_deps=yes 17 enable_explicit_deps=yes
17 else 18 else
18@@ -774,7 +774,7 @@ 19@@ -772,7 +772,7 @@ else
19 dnl Now we check to see if our libtool supports shared lib deps 20 dnl Now we check to see if our libtool supports shared lib deps
20 dnl (in a rather ugly way even) 21 dnl (in a rather ugly way even)
21 if $dynworks; then 22 if $dynworks; then
@@ -24,7 +25,7 @@ diff -Nurd gtk+-2.24.15/configure.ac gtk+-2.24.15/configure.ac
24 module_deplibs_check=`$module_libtool_config | \ 25 module_deplibs_check=`$module_libtool_config | \
25 grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \ 26 grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \
26 sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'` 27 sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'`
27@@ -1574,7 +1574,7 @@ 28@@ -1579,7 +1579,7 @@ fi
28 # We are using gmodule-no-export now, but I'm leaving the stripping 29 # We are using gmodule-no-export now, but I'm leaving the stripping
29 # code in place for now, since pango and atk still require gmodule. 30 # code in place for now, since pango and atk still require gmodule.
30 export SED 31 export SED