[oe] [meta-chromium] Add bbappend for gnome-settings-daemon to make it build (deteministc) when using meta-chromium

Andreas Müller schnitzeltony at googlemail.com
Tue May 15 09:54:38 UTC 2012


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 <schnitzeltony at googlemail.com>
---
 .../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





More information about the Openembedded-devel mailing list