From patchwork Tue Dec 25 18:11:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 208112 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A56482C008C for ; Wed, 26 Dec 2012 05:11:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C774A246AE; Tue, 25 Dec 2012 18:11:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EUcZrHyK8VE3; Tue, 25 Dec 2012 18:11:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 89B9E20652; Tue, 25 Dec 2012 18:11:43 +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 94DDC8F74B for ; Tue, 25 Dec 2012 18:11:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C5FCE81657 for ; Tue, 25 Dec 2012 18:11:42 +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 g1q+H87YPfmK for ; Tue, 25 Dec 2012 18:11:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f195.google.com (mail-we0-f195.google.com [74.125.82.195]) by whitealder.osuosl.org (Postfix) with ESMTPS id 077C9814AB for ; Tue, 25 Dec 2012 18:11:36 +0000 (UTC) Received: by mail-we0-f195.google.com with SMTP id u3so1935379wey.10 for ; Tue, 25 Dec 2012 10:11:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=bP9r8J5tpvSJgwYUt1ZQSaNUz5+JLgobxs8bUiixTFs=; b=f1FVixulFFnW+JCETRfXM654LTn3QXEkv6BGpfGbJVYRUXM6HFKQ77S1VzZl6bp7ZD kApmvYtt1VXg89feFZUWFYrZzlH5VSWJ74UZu3HUU8NrA4YufLibXGBAFjDXygI3HANW mBc9bCFGGegrqwTiLLjiL6S9zmKP3XnY2lHALQDKANt1YtfVyZQqnreL9AsRkece+/uo MFEcWr6UeltrUTucZ1vRlx8JP/b3tU2NJHdk7ZqBCGz4RZl8LlE8ral4K6v2MnwjV7w4 dbRSni0LEIkySmmbVOiQIlM0AvZ4z04+IqT1EW0kWO8jKGNhjb7zGfMs6SGO5ru+V8u3 EgZA== X-Received: by 10.180.101.99 with SMTP id ff3mr39722889wib.21.1356459095414; Tue, 25 Dec 2012 10:11:35 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-131-98.w90-32.abo.wanadoo.fr. [90.32.242.98]) by mx.google.com with ESMTPS id ex6sm39800399wid.3.2012.12.25.10.11.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Dec 2012 10:11:34 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 25 Dec 2012 19:11:28 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request] Pull request for branch yem-misc-fixes 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 Hello All! Here are two fixes for packages I recently submitted. The following changes since commit 5f70f5caea8a8e229a5adad948b32fe4e3c88289: new package: proxychains (2012-12-23 21:57:45 +0100) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-misc-fixes Yann E. MORIN (2): package/spice: don't enable GUI if dependencies not met package/keyutils: disable on avr32 package/keyutils/Config.in | 1 + package/spice/Config.in | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-) Regards, Yann E. MORIN