From patchwork Tue Jan 29 18:23:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 216619 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 598BB2C0096 for ; Wed, 30 Jan 2013 05:25:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A5972101906; Tue, 29 Jan 2013 18:25:20 +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 hoIqMPnFJK29; Tue, 29 Jan 2013 18:25:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 98481102232; Tue, 29 Jan 2013 18:25:03 +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 F2A0C8F753 for ; Tue, 29 Jan 2013 18:24:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 96B05814B6 for ; Tue, 29 Jan 2013 18:24: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 J0cszovNwnQu for ; Tue, 29 Jan 2013 18:24:36 +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 AE4198C8BF for ; Tue, 29 Jan 2013 18:24:35 +0000 (UTC) Received: from asgard (host155.190-138-35.telecom.net.ar [190.138.35.155]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.5) with ESMTP id r0TIOTTg008876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jan 2013 18:24:31 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1359483873; bh=BY/cMzykwwRhmeilbH9FF3p6RGhpYCwcaOSKNRgTbcU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=V25MYACm2uAbyixslIm8gP0gEfRXqYqD9pdj97tVqvzmdwaCUMJo5WJgoPaSNIV04 4Gjkr2bxF/g9Dl6Vo8r2O73NSDBWY75/i07u601oQK3t4m3kcz1vnxWjO8Yclmhl1Z qlcW5B/7GOV1ke07/leOnlClfPD1DSWXio+Iv+mI= Received: by asgard (sSMTP sendmail emulation); Tue, 29 Jan 2013 15:24:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 29 Jan 2013 15:23:55 -0300 Message-Id: <1359483839-25357-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1359483839-25357-1-git-send-email-gustavo@zacarias.com.ar> References: <1359483839-25357-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 06/10] tn5250: 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: Gustavo Zacarias --- package/tn5250/tn5250.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/tn5250/tn5250.mk b/package/tn5250/tn5250.mk index f43f847..7b16eb1 100644 --- a/package/tn5250/tn5250.mk +++ b/package/tn5250/tn5250.mk @@ -8,6 +8,8 @@ TN5250_VERSION = 0.17.4 TN5250_SITE = http://downloads.sourceforge.net/project/tn5250/tn5250/$(TN5250_VERSION) TN5250_MAKE_OPT = CPPFLAGS="" TN5250_DEPENDENCIES = ncurses +TN5250_LICENSE = LGPLv2.1+ +TN5250_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_OPENSSL),y) TN5250_CONF_OPT += --with-ssl