From patchwork Fri Aug 3 09:45:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keguang Zhang X-Patchwork-Id: 174957 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 9754A2C00AE for ; Fri, 3 Aug 2012 19:45:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8898710BB82; Fri, 3 Aug 2012 09:45:38 +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 UbHPZTweVvlO; Fri, 3 Aug 2012 09:45:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CAC5410BB81; Fri, 3 Aug 2012 09:45:31 +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 704978F75B for ; Fri, 3 Aug 2012 09:45:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 58B0A8FA5D for ; Fri, 3 Aug 2012 09:45:30 +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 C49n9Nzk3cLL for ; Fri, 3 Aug 2012 09:45:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id C4F2C8FA7C for ; Fri, 3 Aug 2012 09:45:20 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id v19so1823948obq.16 for ; Fri, 03 Aug 2012 02:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=dGNsZpmejHVdWawnwIxc0OJxJ3/C9oXptIapdoBvGPo=; b=ty+XbIWDlngiYuFBCKf1U8pLtLngUx+FFMcQvnqy7xcXvD1m2ajRg5COXsN2pO2/fz Nl/jZMTaECjhZWVCWNIts4yFkuYfIdVkqwcdTKGprvZc9b6DDAYGkTIwRzD2LeoJI8wo eUcuipeiYhB2JTEzpJkKyrQU/r0sZss5Osd07A/DtuTpbP0JMMlT/Y5jdQoDU/VKvoX4 ISHSYhDMK+BPxTix5/EnXhgoEwpR5opDAujdBZ0HceXtkCLjFfjmnuFGUR0aPDLXN7kX FnlHJZRaBaFomPDMOoc1Z081gI8HRwO/EcQEG72HEur3VX1RxAxRGCPk6PRRX5QovQoq 67FA== Received: by 10.182.231.6 with SMTP id tc6mr2930585obc.63.1343987120250; Fri, 03 Aug 2012 02:45:20 -0700 (PDT) Received: from kelvin-Work.chd.intersil.com ([182.148.112.76]) by mx.google.com with ESMTPS id bp7sm9203665obc.12.2012.08.03.02.45.16 (version=SSLv3 cipher=OTHER); Fri, 03 Aug 2012 02:45:19 -0700 (PDT) From: Kelvin Cheung To: buildroot@busybox.net Date: Fri, 3 Aug 2012 17:45:05 +0800 Message-Id: <1343987106-3302-2-git-send-email-keguang.zhang@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1343987106-3302-1-git-send-email-keguang.zhang@gmail.com> References: <1343987106-3302-1-git-send-email-keguang.zhang@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 2/3] bwm-ng: Add license info 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 Add license info for bwm-ng. --- package/bwm-ng/bwm-ng.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/bwm-ng/bwm-ng.mk b/package/bwm-ng/bwm-ng.mk index 55ac2f1..ddc6f5b 100644 --- a/package/bwm-ng/bwm-ng.mk +++ b/package/bwm-ng/bwm-ng.mk @@ -7,6 +7,8 @@ BWM_NG_VERSION = 0.6 BWM_NG_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/bwmng/bwmng/$(BWM_NG_VERSION)/ BWM_NG_CONF_OPT = --with-procnetdev --with-diskstats +BWM_NG_LICENSE = GPLv2 +BWM_NG_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_NCURSES),y) BWM_NG_CONF_OPT += --with-ncurses