From: Jussi Kukkonen Date: Wed, 22 Jun 2016 11:52:25 +0000 (+0300) Subject: puzzles: Keep building even with deprecation warnings X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4811d056b9c8f22deef902bc3cc3c1dc7bd10b4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git puzzles: Keep building even with deprecation warnings Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 2c755d8df8a..20b98891bb1 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -23,6 +23,8 @@ S = "${WORKDIR}/git" inherit autotools distro_features_check pkgconfig +CFLAGS_append = " -Wno-deprecated-declarations" + PACKAGECONFIG ??= "gtk3" PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3,"