[oe-commits] Roy Li : collectd: fix a floating dependence on openldap

git at git.openembedded.org git at git.openembedded.org
Mon Sep 14 09:45:01 UTC 2015


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

Author: Roy Li <rongqing.li at windriver.com>
Date:   Sun Sep  6 14:33:54 2015 +0800

collectd: fix a floating dependence on openldap

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
 1 file changed, 1 insertion(+)

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 fd3b1ab..55d7b38 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} \



More information about the Openembedded-commits mailing list