[oe-commits] [openembedded-core] 11/83: puzzles: Keep building even with deprecation warnings

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:39 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f4811d056b9c8f22deef902bc3cc3c1dc7bd10b4
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Wed Jun 22 14:52:25 2016 +0300

    puzzles: Keep building even with deprecation warnings
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/puzzles/puzzles_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 2c755d8..20b9889 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,"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list