From patchwork Thu Dec 22 01:59:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 708025 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tkZVK57Lpz9s9Y for ; Thu, 22 Dec 2016 13:00:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b="JJDtZxbG"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0A8BE83FDC; Thu, 22 Dec 2016 02:00:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OYXfyK+AmlqP; Thu, 22 Dec 2016 02:00:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AEAE983BF7; Thu, 22 Dec 2016 02:00:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CD70C1C1F2A for ; Thu, 22 Dec 2016 02:00:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BEEDC83FC2 for ; Thu, 22 Dec 2016 02:00:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qgESgGieUauA for ; Thu, 22 Dec 2016 02:00:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B86A483FDE for ; Thu, 22 Dec 2016 02:00:13 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id uBM207Ga008601 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 22 Dec 2016 02:00:09 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar uBM207Ga008601 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1482372011; bh=P0kDDgmiIIVpE8EAgQFt3j7JjR4It2vNJHKzdNBl7sE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=JJDtZxbGJEgDkrTUOK2y+KlqMqpuNJaIathtE7cQXPuXPNpEvRuCQspLPcoId/YeS A3WZXAfaSEgzyco+MV6+6+8+mFh8hQJ5X7r331iDn5A1B7EcuY1niyMasgevk8K1pV LrZYbEKJfeoBNLsnW/HdaYZUNgxGLgwkIErkB+IU= Received: by asgard (sSMTP sendmail emulation); Wed, 21 Dec 2016 23:00:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 21 Dec 2016 22:59:16 -0300 Message-Id: <20161222015921.6832-9-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161222015921.6832-1-gustavo@zacarias.com.ar> References: <20161222015921.6832-1-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 09/14] collectd: explicitly disable grpc plugin X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" It requires the libgrpc++ library which buildroot doesn't provide yet. Signed-off-by: Gustavo Zacarias --- package/collectd/collectd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index 97e2e98..2b57e51 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -15,7 +15,7 @@ COLLECTD_LICENSE_FILES = COPYING # These require unmet dependencies, are fringe, pointless or deprecated COLLECTD_PLUGINS_DISABLE = \ amqp apple_sensors aquaero ascent barometer dbi email \ - gmond hddtemp ipmi java libvirt lpar lvm madwifi mbmon \ + gmond grpc hddtemp ipmi java libvirt lpar lvm madwifi mbmon \ mic multimeter netapp notify_desktop numa \ nut onewire oracle perl pf pinba powerdns python redis routeros \ rrdcached sigrok tape target_v5upgrade teamspeak2 ted \