mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
collectd: make rrdtool and rrdcached optional
rrdtool plugin pulls x11 library dependencies into the target. It should be only set on need basis. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -49,6 +49,8 @@ PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
|
|||||||
PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
|
PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
|
||||||
PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
|
PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
|
||||||
PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"
|
PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"
|
||||||
|
PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool"
|
||||||
|
PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdcached"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
${FPLAYOUT} \
|
${FPLAYOUT} \
|
||||||
|
|||||||
Reference in New Issue
Block a user