From patchwork Mon Jan 7 13:30:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Viallard X-Patchwork-Id: 209919 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 142A42C0085 for ; Tue, 8 Jan 2013 00:31:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9D1BC8BF23; Mon, 7 Jan 2013 13:31:17 +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 9RHA-buiEPvk; Mon, 7 Jan 2013 13:31:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 89D818BFCA; Mon, 7 Jan 2013 13:31:15 +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 A55A88F753 for ; Mon, 7 Jan 2013 13:31:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 778138C0AE for ; Mon, 7 Jan 2013 13:31:13 +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 fLXDocg5bQnq for ; Mon, 7 Jan 2013 13:31:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtp2.infomaniak.ch (smtp2.infomaniak.ch [84.16.68.90]) by whitealder.osuosl.org (Postfix) with ESMTPS id 58FC58BFF0 for ; Mon, 7 Jan 2013 13:31:10 +0000 (UTC) Received: from avd-box.syscom.ch ([62.12.146.154]) (authenticated bits=0) by smtp2.infomaniak.ch (8.14.2/8.14.2) with ESMTP id r07DV0Nn012289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Jan 2013 14:31:08 +0100 From: Anthony Viallard To: buildroot@busybox.net Date: Mon, 7 Jan 2013 14:30:15 +0100 Message-Id: <1357565417-16782-3-git-send-email-viallard@syscom-instruments.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1357565417-16782-1-git-send-email-viallard@syscom-instruments.com> References: <1357565417-16782-1-git-send-email-viallard@syscom-instruments.com> Subject: [Buildroot] [PATCH 3/5] gnuplot : move under "Graphic applications" section 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 Gnuplot isn't a "Development tools". Signed-off-by: Anthony Viallard --- package/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Config.in b/package/Config.in index eb18543..63d8ecb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -70,7 +70,6 @@ endif source "toolchain/gcc/Config.in.2" source "package/gettext/Config.in" source "package/gmp/Config.in" -source "package/gnuplot/Config.in" source "package/gperf/Config.in" if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS source "package/grep/Config.in" @@ -109,6 +108,7 @@ menu "Graphic libraries and applications (graphic/text)" comment "Graphic applications" source "package/rrdtool/Config.in" +source "package/gnuplot/Config.in" comment "graphic libraries" source "package/directfb/Config.in"