From patchwork Tue Nov 13 11:05:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 198622 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 4BC7F2C0091 for ; Tue, 13 Nov 2012 22:08:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B0D0B30EF2; Tue, 13 Nov 2012 11:08:43 +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 IBhUkMQdip6F; Tue, 13 Nov 2012 11:08:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DBD5331052; Tue, 13 Nov 2012 11:08:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id E24898F798 for ; Tue, 13 Nov 2012 11:06:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5ADF1A0018 for ; Tue, 13 Nov 2012 11:06:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XlCBJiYxoeM5 for ; Tue, 13 Nov 2012 11:06:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by hemlock.osuosl.org (Postfix) with ESMTPS id 146E9A0054 for ; Tue, 13 Nov 2012 11:06:16 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1TYEJk-00036U-GO; Tue, 13 Nov 2012 12:06:14 +0100 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1TYEJj-0006Hj-VC; Tue, 13 Nov 2012 12:06:08 +0100 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Tue, 13 Nov 2012 12:05:55 +0100 Message-Id: <1352804764-24026-21-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1352804764-24026-1-git-send-email-arnout@mind.be> References: <1352804764-24026-1-git-send-email-arnout@mind.be> Subject: [Buildroot] [PATCH 21/30] popt: 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 From: "Arnout Vandecappelle (Essensium/Mind)" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/popt/popt.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/popt/popt.mk b/package/popt/popt.mk index df49acb..fb3a766 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -7,6 +7,8 @@ POPT_VERSION = 1.16 # rpm5.org down POPT_SITE = http://anduin.linuxfromscratch.org/sources/BLFS/svn/p/ POPT_INSTALL_STAGING = YES +POPT_LICENSE = MIT +POPT_LICENSE_FILES = COPYING POPT_CONF_ENV = ac_cv_va_copy=yes