From patchwork Thu Apr 4 10:32: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: 233709 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B7A802C0092 for ; Thu, 4 Apr 2013 21:32:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A8620A0144; Thu, 4 Apr 2013 10:32:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p685XDyQHn6I; Thu, 4 Apr 2013 10:32:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D68E8A00D6; Thu, 4 Apr 2013 10:32:33 +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 A42298F75E for ; Thu, 4 Apr 2013 10:32:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 037268B968 for ; Thu, 4 Apr 2013 10:32:33 +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 kH6xuC2bcoN5 for ; Thu, 4 Apr 2013 10:32:31 +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 351AC89525 for ; Thu, 4 Apr 2013 10:32:30 +0000 (UTC) Received: from asgard (host210.190-138-221.telecom.net.ar [190.138.221.210]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r34AWNDK011891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Apr 2013 10:32:26 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1365071548; bh=id5U5ZNZEsadBaehdo9nK7qhw7IEPQCYWkQ1drNJm3Y=; h=From:To:Cc:Subject:Date; b=aCxzzATvCPWvi76L/q0Qs3dgErwzCGUFrxnDrMOR7zvq0cp2NjHMJC7U97u3Yo5Kb Cg680B1qryQ5sCG14lnEDXlK/pNguF2Ivs5KyV9ha4XZKr8coaEL8hlsQ8ELlM1lR2 Ep0nY5uoV05wQmyVxZPEvAze135vjtEMxlBCXick= Received: by asgard (sSMTP sendmail emulation); Thu, 04 Apr 2013 07:32:22 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 4 Apr 2013 07:32:21 -0300 Message-Id: <1365071541-4122-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] sysstat: needs host-gettext 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: http://autobuild.buildroot.net/results/50182a661367af1a9c09f510c672fb3a144cd869/ Signed-off-by: Gustavo Zacarias --- package/sysstat/sysstat.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk index 0513998..d211f9c 100644 --- a/package/sysstat/sysstat.mk +++ b/package/sysstat/sysstat.mk @@ -8,6 +8,7 @@ SYSSTAT_VERSION = 10.0.3 SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2 SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard SYSSTAT_CONF_OPT = --disable-man-group --disable-sensors +SYSSTAT_DEPENDENCIES = host-gettext ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y) SYSSTAT_DEPENDENCIES += gettext