From patchwork Sat Aug 3 19:14:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1141552 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 461DJF505gz9sN6 for ; Sun, 4 Aug 2019 05:15:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 22CCD8598E; Sat, 3 Aug 2019 19:15:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8pcVn32fLHBS; Sat, 3 Aug 2019 19:15:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F11DA84789; Sat, 3 Aug 2019 19:15:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4D42C1BF31B for ; Sat, 3 Aug 2019 19:15:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 44BAC84799 for ; Sat, 3 Aug 2019 19:15:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MNIH-fMJ_MnV for ; Sat, 3 Aug 2019 19:15:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 445CC847A7 for ; Sat, 3 Aug 2019 19:15:12 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout09.t-online.de (Postfix) with SMTP id 4FD4C42423A2; Sat, 3 Aug 2019 21:15:10 +0200 (CEST) Received: from fli4l.lan.fli4l (bVCDzuZvrhTechAGzONVInXlLWTICCgY28dxHlvg0cvExxXI3aNeYoPEH0WeMr0QOP@[91.58.2.97]) by fwd23.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1htzUd-3T02pk0; Sat, 3 Aug 2019 21:15:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:54362) by fli4l.lan.fli4l with esmtp (Exim 4.92.1) (envelope-from ) id 1htzUc-0007bL-TV; Sat, 03 Aug 2019 21:15:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 3 Aug 2019 21:14:41 +0200 Message-Id: <20190803191501.5412-4-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190803191501.5412-1-bernd.kuhls@t-online.de> References: <20190803191501.5412-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: bVCDzuZvrhTechAGzONVInXlLWTICCgY28dxHlvg0cvExxXI3aNeYoPEH0WeMr0QOP X-TOI-MSGID: 470d617b-9414-4940-ac2e-1960cbb55740 Subject: [Buildroot] [PATCH 03/23] package/rrdtool: rrd_graph support needs gcc >= 4.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: James Knight , Peter Seiderer , Simon Dawson , Romain Naour , Fabrice Fontaine , Adam Duskett Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Due to the harfbuzz bump to version 2.5.2 gcc >= 4.8 is needed for rrd_graph support. Added BR2_TOOLCHAIN_HAS_SYNC_4 dependency to comment. Signed-off-by: Bernd Kuhls --- package/rrdtool/Config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/rrdtool/Config.in b/package/rrdtool/Config.in index 631ed32847..5451353140 100644 --- a/package/rrdtool/Config.in +++ b/package/rrdtool/Config.in @@ -16,6 +16,7 @@ config BR2_PACKAGE_RRDTOOL_RRDGRAPH bool "rrd_graph" default y depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # pango -> harfbuzz depends on BR2_INSTALL_LIBSTDCPP # freetype support from pango select BR2_PACKAGE_CAIRO select BR2_PACKAGE_CAIRO_PDF @@ -27,8 +28,10 @@ config BR2_PACKAGE_RRDTOOL_RRDGRAPH This enables the graphing capabilities ('rrdgraph'). Without this it will only act as a database backend. -comment "rrd_graph support needs a toolchain w/ C++" - depends on !BR2_INSTALL_LIBSTDCPP +comment "rrd_graph support needs a toolchain w/ C++, gcc >= 4.8" + depends on !BR2_INSTALL_LIBSTDCPP || \ + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 + depends on BR2_TOOLCHAIN_HAS_SYNC_4 endif