diff mbox series

[meta-oe] collectd: Remove rrdtool from DEPENDS

Message ID 20240102165823.12306-1-jorcrous@amazon.com
State Accepted
Headers show
Series [meta-oe] collectd: Remove rrdtool from DEPENDS | expand

Commit Message

Jordan Crouse Jan. 2, 2024, 4:58 p.m. UTC
The core collectd tool does not require rrdtool to build. There are some
configurable options that do need rrdtool but they are already properly
adding the dependency in PACKAGECONFIG. This saves building half a dozen
other libraries that wouldn't otherwise be present on a headless or server
style target.

Signed-of-by: Jordan Crouse <jorcrous@amazon.com>
---
 meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Jan. 8, 2024, 2:47 a.m. UTC | #1
On Tue, 02 Jan 2024 16:58:23 +0000, Jordan Crouse wrote:
> The core collectd tool does not require rrdtool to build. There are some
> configurable options that do need rrdtool but they are already properly
> adding the dependency in PACKAGECONFIG. This saves building half a dozen
> other libraries that wouldn't otherwise be present on a headless or server
> style target.
> 
> 
> [...]

Applied, thanks!

[1/1] collectd: Remove rrdtool from DEPENDS
      commit: efa0a0af252ac78c4acc06b500beca872ef99e74

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
index bd4a5b3e8..02f1fcb42 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://collectd.org/"
 LICENSE = "GPL-2.0-only & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1bd21f19f7f0c61a7be8ecacb0e28854"
 
-DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2"
+DEPENDS = "curl libpcap libxml2 yajl libgcrypt libtool lvm2"
 
 SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \
            file://collectd.init \