From patchwork Fri Dec 7 21:15:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Davide Viti X-Patchwork-Id: 204609 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 871402C00BF for ; Sat, 8 Dec 2012 08:15:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2E97320227; Fri, 7 Dec 2012 21:15:45 +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 woX+VkwGcsUi; Fri, 7 Dec 2012 21:15:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E649E2F7FC; Fri, 7 Dec 2012 21:15:41 +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 1261D8F753 for ; Fri, 7 Dec 2012 21:15:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2AD6589DF6 for ; Fri, 7 Dec 2012 21:15:25 +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 JVWkTMIKlUS7 for ; Fri, 7 Dec 2012 21:15:23 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from cp-out7.libero.it (cp-out7.libero.it [151.1.108.64]) by whitealder.osuosl.org (Postfix) with ESMTP id 74C378A117 for ; Fri, 7 Dec 2012 21:15:23 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0C0203.50C25C77.003F,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from slurp.zinosat.homelinux.com (151.16.19.59) by cp-out7.libero.it (8.5.133) id 508E80C307DEF4AB; Fri, 7 Dec 2012 22:15:35 +0100 Received: from zino by slurp.zinosat.homelinux.com with local (Exim 4.72) (envelope-from ) id 1Th5GH-0001C9-84; Fri, 07 Dec 2012 22:15:09 +0100 From: Davide Viti To: buildroot@busybox.net Date: Fri, 7 Dec 2012 22:15:01 +0100 Message-Id: <1354914901-4480-2-git-send-email-zinosat@tiscali.it> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354914901-4480-1-git-send-email-zinosat@tiscali.it> References: <1354914901-4480-1-git-send-email-zinosat@tiscali.it> Cc: Davide Viti Subject: [Buildroot] [PATCH] tcl: add license information 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 Signed-off-by: Davide Viti Acked-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Gustavo Zacarias --- package/tcl/tcl.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index 606042e..ec089ee 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -8,6 +8,8 @@ TCL_VERSION_MINOR = 19 TCL_VERSION = $(TCL_VERSION_MAJOR).$(TCL_VERSION_MINOR) TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION_MAJOR).$(TCL_VERSION_MINOR) +TCL_LICENSE = tcl license +TCL_LICENSE_FILE = license.terms TCL_SUBDIR = unix TCL_CONF_OPT = \ --disable-symbols \