From patchwork Wed Apr 3 10:31:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 233344 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 16A4C2C009E for ; Wed, 3 Apr 2013 21:32:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6DE9FA011D; Wed, 3 Apr 2013 10:32:11 +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 ZX9awxH0Dtqr; Wed, 3 Apr 2013 10:32:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5EA63A0215; Wed, 3 Apr 2013 10:32:09 +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 C37AF8F79F for ; Wed, 3 Apr 2013 10:32:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 299548C90F for ; Wed, 3 Apr 2013 10:32:08 +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 JWCs9HsK3RZH for ; Wed, 3 Apr 2013 10:32:07 +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 BCCCF8C867 for ; Wed, 3 Apr 2013 10:32:06 +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 r33AVxXM025180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 3 Apr 2013 10:32:02 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1364985124; bh=48Bzp+Lzaw9nkoWYkl+u5ikRFAc++GLhI2TRGBpem2Y=; h=From:To:Cc:Subject:Date; b=DLBEnciGQp11D64I2X1+bOkw8IwoDwBCeXvlU7ctDKgTvUXKa9acdAg6PL8grXST1 zekI+lggAUhxsxRW2swYPjSt8lsUYbSDR5GVWFR9fAOQcUtSawZTWZsn/augpM0JlC SWrzevGDioj2LQIDfrXaP1GlGJe6BejI3CFoGpGQ= Received: by asgard (sSMTP sendmail emulation); Wed, 03 Apr 2013 07:31:58 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 3 Apr 2013 07:31:58 -0300 Message-Id: <1364985118-29571-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] aumix: 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/fff0ddfd7cebe6535f506be41d09c6e64290f93a/ Signed-off-by: Gustavo Zacarias --- package/multimedia/aumix/aumix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/multimedia/aumix/aumix.mk b/package/multimedia/aumix/aumix.mk index 130bda0..da42bba 100644 --- a/package/multimedia/aumix/aumix.mk +++ b/package/multimedia/aumix/aumix.mk @@ -16,6 +16,6 @@ AUMIX_CONF_OPT = \ --without-gpm \ --without-sysmouse -AUMIX_DEPENDENCIES = ncurses +AUMIX_DEPENDENCIES = host-gettext ncurses $(eval $(autotools-package))