[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: gnome-settings-daemon: fix PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu Jun 25 15:12:12 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 4b82b35781c404046d20ef5d21c67d550b2f6894
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4b82b35781c404046d20ef5d21c67d550b2f6894

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Jun 23 18:32:31 2015 +0200

gnome-settings-daemon: fix PACKAGECONFIG

detected by new oe-core feature

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 .../recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f45acab..e06c5f9 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
@@ -13,7 +13,7 @@ SRCREV = "0160f6725cfb872e017f3958f108792c3b882872"
 
 S = "${WORKDIR}/git"
 
-PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)"
+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"
 



More information about the Openembedded-commits mailing list