All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/3] sssd: Fix new QA warning
@ 2016-05-07 14:15 Armin Kuster
  2016-05-07 14:15 ` [meta-security][PATCH 2/3] trousers: " Armin Kuster
  2016-05-07 14:15 ` [meta-security][PATCH 3/3] clamav: " Armin Kuster
  0 siblings, 2 replies; 4+ messages in thread
From: Armin Kuster @ 2016-05-07 14:15 UTC (permalink / raw)
  To: yocto

NOTE:meta-security/recipes-security/sssd/sssd_1.13.3.bb: base_contains is deprecated, please use bb.utils.contains instead.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/sssd/sssd_1.13.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/sssd/sssd_1.13.3.bb b/recipes-security/sssd/sssd_1.13.3.bb
index d538af3..fd4f2a2 100644
--- a/recipes-security/sssd/sssd_1.13.3.bb
+++ b/recipes-security/sssd/sssd_1.13.3.bb
@@ -24,7 +24,7 @@ CACHED_CONFIGUREVARS = "ac_cv_member_struct_ldap_conncb_lc_arg=no \
     "
 
 PACKAGECONFIG ?="nss"
-PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
+PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
 
 PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
 PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-07 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-07 14:15 [meta-security][PATCH 1/3] sssd: Fix new QA warning Armin Kuster
2016-05-07 14:15 ` [meta-security][PATCH 2/3] trousers: " Armin Kuster
2016-05-07 14:15 ` [meta-security][PATCH 3/3] clamav: " Armin Kuster
2016-05-07 16:17   ` Randle, William C

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.