From patchwork Thu Feb 14 14:11:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 220449 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 72EDA2C008C for ; Fri, 15 Feb 2013 01:12:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CDAA71019EC; Thu, 14 Feb 2013 14:12:40 +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 ADZG5p3RbKvt; Thu, 14 Feb 2013 14:12:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 45519103B1A; Thu, 14 Feb 2013 14:12:21 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8402A8F753 for ; Thu, 14 Feb 2013 14:12:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 10D71818C4 for ; Thu, 14 Feb 2013 14:12:32 +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 hTPUuRGmXn6j for ; Thu, 14 Feb 2013 14:12:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0DB928B4BC for ; Thu, 14 Feb 2013 14:11:29 +0000 (UTC) Received: from asgard (host68.190-138-34.telecom.net.ar [190.138.34.68]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r1EEBMmV017152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Feb 2013 14:11:25 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1360851087; bh=efDgUq3xRn2CtoKeUv6sCQiw1kpZJENuQzMcWqz7GP4=; h=From:To:Cc:Subject:Date; b=TJjhc95SjPhtYaei24AYhUgY0BdbZ3JKingSHfx15SBLzUdi8iEKqYTQKEaF7O1Wl +IAH+ft7D0Apn+7tK3IRwnSejVy0PTarvgzccQSE2euZ+uDWtiwAIB3uexzptfrnBy Q0BiSsQNB9qEgbUYUPhZ4w5w2jlZpw2JhhGMDl7E= Received: by asgard (sSMTP sendmail emulation); Thu, 14 Feb 2013 11:11:21 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 14 Feb 2013 11:11:21 -0300 Message-Id: <1360851081-32060-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] collectd: also install to staging X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Fixes bug #5906 Signed-off-by: Gustavo Zacarias --- package/collectd/collectd.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index a50be9c..6d26622 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -8,6 +8,7 @@ COLLECTD_VERSION = 5.1.2 COLLECTD_SITE = http://collectd.org/files COLLECTD_MAKE_OPT = LDFLAGS="$(TARGET_LDFLAGS) -lm" COLLECTD_CONF_ENV = ac_cv_lib_yajl_yajl_alloc=yes +COLLECTD_INSTALL_STAGING = YES COLLECTD_LICENSE = GPLv2 LGPLv2.1 COLLECTD_LICENSE_FILES = COPYING