aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 22:21:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:18:21 +0200
commit9531791aee5cc2fef7da2720d132b849f8ea802c (patch)
tree045d42aa87f9fc1159e6fcc8b7293af0532fb517 /meta-oe
parentba684a76714492e55e2a24e3ff4939232e56e3dc (diff)
downloadmeta-openembedded-9531791aee5cc2fef7da2720d132b849f8ea802c.tar.gz
collectd: Add PACKAGECONFIG for undeterministic dependencies
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.2.2.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index 20df4940de..25be1c4d16 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
@@ -21,6 +21,13 @@ FPLAYOUT ?= "--with-fp-layout=nothing"
PACKAGECONFIG ??= ""
PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp --with-libnetsnmp=no,net-snmp"
+PACKAGECONFIG[libmemcached] = "--with-libmemcached,--without-libmemcached,libmemcached"
+PACKAGECONFIG[iptables] = "--enable-iptables,--disable-iptables,iptables"
+PACKAGECONFIG[postgresql] = "--enable-postgresql,--disable-postgresql,postgresql"
+PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
+PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
+PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
+PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors"
EXTRA_OECONF = " \
${FPLAYOUT} \