summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+_2.24.27.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-23 20:35:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 14:59:49 +0100
commitfb4478e20e38d9b59b8b8d00c57827114cc4c637 (patch)
tree53eec8474af7e5e52f2b994f6d894712eff28437 /meta/recipes-gnome/gtk+/gtk+_2.24.27.bb
parent4c74306a3ef192778c49d66f6d53c557166a4b0f (diff)
downloadpoky-fb4478e20e38d9b59b8b8d00c57827114cc4c637.tar.gz
gtk+: Correct function prototype
This is turned on by default in gcc-5 so far we have been getting by this issue but time to fix it has now come Change-Id: I012248731de0be7a9b7e232073746360fe6c83dd (From OE-Core rev: 8d8db821d7bcf30079f5a71c255481b12ec00e17) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+_2.24.27.bb')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+_2.24.27.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.27.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.27.bb
index b2693d5ce0..4f664e4c26 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.24.27.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.24.27.bb
@@ -9,6 +9,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
9 file://hardcoded_libtool.patch \ 9 file://hardcoded_libtool.patch \
10 file://toggle-font.diff;striplevel=0 \ 10 file://toggle-font.diff;striplevel=0 \
11 file://doc-fixes.patch \ 11 file://doc-fixes.patch \
12 file://strict-prototypes.patch \
12 " 13 "
13 14
14SRC_URI[md5sum] = "b1e890e15602c5bcb40d85b13fe046fd" 15SRC_URI[md5sum] = "b1e890e15602c5bcb40d85b13fe046fd"