After including meta-chromium configure of gnome-settings-daemon detects nss and fails during compile with
| In file included from gsd-smartcard-manager.h:27:0, | from gsd-smartcard-manager.c:25: | gsd-smartcard.h:26:20: fatal error: secmod.h: No such file or directory | compilation terminated. | In file included from gsd-smartcard.c:21:0: | gsd-smartcard.h:26:20: fatal error: secmod.h: No such file or directory | compilation terminated. The append makes build deterministic and fixes build error. Signed-off-by: Andreas Müller <[email protected]> --- .../gnome-settings-daemon_2.32.1.bbappend | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend diff --git a/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend b/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend new file mode 100644 index 0000000..01e607d --- /dev/null +++ b/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bbappend @@ -0,0 +1,3 @@ +DEPENDS += "nss" + +CFLAGS += "-I${STAGING_INCDIR}/mozilla/nss" -- 1.7.6.5 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
