summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/collectd
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-06 20:41:04 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:08 +0200
commitbddcc6b45fd00245168a29f0e72e5eb2e1c4d74c (patch)
treefd9fc3da737351de9d2993acfcee794378ede920 /meta-oe/recipes-extended/collectd
parent1a3d7ed7ef47da2ce676243d18d2efb493cea1d0 (diff)
downloadmeta-openembedded-bddcc6b45fd00245168a29f0e72e5eb2e1c4d74c.tar.gz
collectd: Add PACKAGECONFIG for mysql support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/collectd')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb b/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
index aba9c6ecd..3a566db23 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "collectd is a daemon which collects system performance statistics
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5 5
6DEPENDS = "rrdtool curl mysql5 libpcap libxml2 yajl libgcrypt libtool lvm2" 6DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2"
7 7
8SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \ 8SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \
9 file://no-gcrypt-badpath.patch \ 9 file://no-gcrypt-badpath.patch \
@@ -29,6 +29,8 @@ PACKAGECONFIG[libmemcached] = "--with-libmemcached,--without-libmemcached,libmem
29PACKAGECONFIG[iptables] = "--enable-iptables,--disable-iptables,iptables" 29PACKAGECONFIG[iptables] = "--enable-iptables,--disable-iptables,iptables"
30PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \ 30PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
31 --disable-postgresql --with-libpq=no,postgresql" 31 --disable-postgresql --with-libpq=no,postgresql"
32PACKAGECONFIG[mysql] = "--enable-mysql --with-libmysql=yes, \
33 --disable-mysql --with-libmysql=no,mysql5"
32PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi" 34PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
33PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus" 35PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
34PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs" 36PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"