[oe-commits] Otavio Salvador : collectd: Add PACKAGECONFIG for mysql support

git at git.openembedded.org git at git.openembedded.org
Wed Jul 15 09:41:29 UTC 2015


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jul  6 20:41:04 2015 -0300

collectd: Add PACKAGECONFIG for mysql support

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/collectd/collectd_5.4.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 aba9c6e..3a566db 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
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-DEPENDS = "rrdtool curl mysql5 libpcap libxml2 yajl libgcrypt libtool lvm2"
+DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2"
 
 SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \
            file://no-gcrypt-badpath.patch \
@@ -29,6 +29,8 @@ PACKAGECONFIG[libmemcached] = "--with-libmemcached,--without-libmemcached,libmem
 PACKAGECONFIG[iptables] = "--enable-iptables,--disable-iptables,iptables"
 PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
         --disable-postgresql --with-libpq=no,postgresql"
+PACKAGECONFIG[mysql] = "--enable-mysql --with-libmysql=yes, \
+        --disable-mysql --with-libmysql=no,mysql5"
 PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
 PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
 PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"



More information about the Openembedded-commits mailing list