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:22:41 +0100 |
commit | fd7a8b2f3feb86e29858e8ea7e7bb654a092f7f3 (patch) | |
tree | 32c477a7cb82f70da25aa3ce6b2985a5701dc014 /meta/recipes-sato/puzzles/puzzles_git.bb | |
parent | ad439cefc3dea4f22d80637153af655abe09b6f1 (diff) | |
download | poky-fd7a8b2f3feb86e29858e8ea7e7bb654a092f7f3.tar.gz |
puzzles: Keep building even with deprecation warnings
(From OE-Core rev: f4811d056b9c8f22deef902bc3cc3c1dc7bd10b4)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb')
-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 2c755d8df8..20b98891bb 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -23,6 +23,8 @@ S = "${WORKDIR}/git" | |||
23 | 23 | ||
24 | inherit autotools distro_features_check pkgconfig | 24 | inherit autotools distro_features_check pkgconfig |
25 | 25 | ||
26 | CFLAGS_append = " -Wno-deprecated-declarations" | ||
27 | |||
26 | PACKAGECONFIG ??= "gtk3" | 28 | PACKAGECONFIG ??= "gtk3" |
27 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," | 29 | PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," |
28 | PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3," | 30 | PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3," |