From 9b3b58bb3ac3591891b927954da1fbbfa3a2349c Mon Sep 17 00:00:00 2001 From: Roy Li Date: Sun, 6 Sep 2015 14:33:54 +0800 Subject: collectd: fix a floating dependence on openldap Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb index fd3b1ab3d9..55d7b38841 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb @@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp" PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl" PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart" +PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap" EXTRA_OECONF = " \ ${FPLAYOUT} \ -- cgit 1.2.3-korg