]> code.ossystems Code Review - openembedded-core.git/commit
libhandy: Backport a makefile header race
authorMingli Yu <mingli.yu@windriver.com>
Wed, 8 Dec 2021 08:13:21 +0000 (16:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Dec 2021 11:27:20 +0000 (11:27 +0000)
commitde57b4624e3d2d66268c33c4bf86dcb25abcab32
tree6c736d6a8fd9b380735c904cbf03da103dd1eff0
parent4903fdbace057df2e39c10aaef3440f89748eed2
libhandy: Backport a makefile header race

After the commit(8157ecc Separate public and private enums) introduced,
there comes a race as below:
 | In file included from ../git/src/hdy-settings.c:11:
 | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory
 |    16 | #include "hdy-enums-private.h"

So also add private headers like private sources did now to libhandy_sources
to fix the issue.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch [new file with mode: 0644]
meta/recipes-gnome/libhandy/libhandy_1.5.0.bb