summaryrefslogtreecommitdiffstats
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 20df4940d..25be1c4d1 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"
21 21
22PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
23PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp --with-libnetsnmp=no,net-snmp" 23PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp --with-libnetsnmp=no,net-snmp"
24PACKAGECONFIG[libmemcached] = "--with-libmemcached,--without-libmemcached,libmemcached"
25PACKAGECONFIG[iptables] = "--enable-iptables,--disable-iptables,iptables"
26PACKAGECONFIG[postgresql] = "--enable-postgresql,--disable-postgresql,postgresql"
27PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
28PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
29PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
30PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors"
24 31
25EXTRA_OECONF = " \ 32EXTRA_OECONF = " \
26 ${FPLAYOUT} \ 33 ${FPLAYOUT} \