diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-22 14:52:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:08:43 +0100 |
commit | f4811d056b9c8f22deef902bc3cc3c1dc7bd10b4 (patch) | |
tree | 1116aa9f635e91a7b9544e3f0b30cd2b93d68bae /meta/recipes-sato | |
parent | e36e4167e66a74cd5612458a3377ec00d8355e32 (diff) | |
download | openembedded-core-contrib-f4811d056b9c8f22deef902bc3cc3c1dc7bd10b4.tar.gz |
puzzles: Keep building even with deprecation warnings
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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," |