[oe] [PATCH][meta-gnome] gnome-settings-daemon: add PACKAGECONFIG for smartcard support

Ross Burton ross.burton at intel.com
Wed Jan 28 15:50:05 UTC 2015


Smartcard support is enabled by default and results in a floating dependency on
NSS.  Add a PACKAGECONFIG for this and disable it by default.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb             |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
index 729d750..f45acab 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
@@ -15,6 +15,7 @@ S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio glib-2.0 libcanberra"
+PACKAGECONFIG[smartcard] = "--enable-smartcard-support,--disable-smartcard-support,nss"
 
 EXTRA_OECONF = " \
     --x-includes=${STAGING_INCDIR} \
-- 
1.7.10.4




More information about the Openembedded-devel mailing list