diff mbox

[1/2] collectd: drop rrdtool selects

Message ID 1444330860-31735-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Oct. 8, 2015, 7 p.m. UTC
Drop indirect rrdtool selects, they're already selected by rrdtool
itself so there's no need.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/collectd/Config.in | 4 ----
 1 file changed, 4 deletions(-)

Comments

Vicente Olivert Riera Oct. 9, 2015, 12:31 p.m. UTC | #1
Dear Gustavo Zacarias,

On 10/08/2015 08:00 PM, Gustavo Zacarias wrote:
> Drop indirect rrdtool selects, they're already selected by rrdtool
> itself so there's no need.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Indeed, rrdtool package already selects freetype, libart, libpng and zlib.

Regards,

Vincent.
Thomas Petazzoni Oct. 9, 2015, 1:25 p.m. UTC | #2
Dear Gustavo Zacarias,

On Thu,  8 Oct 2015 16:00:59 -0300, Gustavo Zacarias wrote:
> Drop indirect rrdtool selects, they're already selected by rrdtool
> itself so there's no need.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/collectd/Config.in | 4 ----
>  1 file changed, 4 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 2054978..5cdb24e 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -504,11 +504,7 @@  config BR2_PACKAGE_COLLECTD_NETWORK
 config BR2_PACKAGE_COLLECTD_RRDTOOL
 	bool "rrdtool"
 	depends on BR2_USE_WCHAR # rrdtool
-	select BR2_PACKAGE_FREETYPE
-	select BR2_PACKAGE_LIBART
-	select BR2_PACKAGE_LIBPNG
 	select BR2_PACKAGE_RRDTOOL
-	select BR2_PACKAGE_ZLIB
 	help
 	  Writes values to RRD-files.