From patchwork Fri Nov 30 10:14:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 202918 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 06EA42C0087 for ; Fri, 30 Nov 2012 21:18:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 22F1E8C459; Fri, 30 Nov 2012 10:18:00 +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 GLhvwn6a2r44; Fri, 30 Nov 2012 10:17:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9F06D8C629; Fri, 30 Nov 2012 10:17:11 +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 390578F753 for ; Fri, 30 Nov 2012 10:16:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4C5E38C04B for ; Fri, 30 Nov 2012 10:16:09 +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 tsieRKw-XU7H for ; Fri, 30 Nov 2012 10:16:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id C4CDA8BFEE for ; Fri, 30 Nov 2012 10:16:01 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so115483wge.10 for ; Fri, 30 Nov 2012 02:16:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=n2eBOg8StHBVeD2b5ds1klZKQNU40t/346MxIwJjIfU=; b=y4rKMekHkwLlIe/uZjXRyTBB1gRHlY3Gd/BqcpCJg5HshNkzdaoVbPQ8kPVOreymgV I3ylcw3dXE/sle3GKgC7EzgWK0PpRA50NTCJBhPePub+XcV/heJFG8QBPWw475kuInnY uTtBD/+hPn7IrwIVPkzo516/SjQF/es8ZsUGEl8t/tKlXqFMrnjxcwyu+ZEVp8EbRAEG 1HIc5zz110BZ/6dmxkeyfy5ETe3ht54n2OfXYmqyI3eIHAoGQ1cgjYABTuv3ZiF45Q5D JRVlwpiBPLCyPeb1YjpQtr9aRGz+JJe5LTDbpGdyUI9MGodvGhPBlijwVcijku8yQgwC n7AA== Received: by 10.180.99.71 with SMTP id eo7mr1175818wib.11.1354270561363; Fri, 30 Nov 2012 02:16:01 -0800 (PST) Received: from localhost.localdomain (host-84-13-96-11.opaltelecom.net. [84.13.96.11]) by mx.google.com with ESMTPS id eu8sm14644659wib.1.2012.11.30.02.15.59 (version=SSLv3 cipher=OTHER); Fri, 30 Nov 2012 02:16:00 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 30 Nov 2012 10:14:41 +0000 Message-Id: <1354270483-32356-7-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1354270483-32356-1-git-send-email-spdawson@gmail.com> References: <1354270483-32356-1-git-send-email-spdawson@gmail.com> Subject: [Buildroot] [PATCH 6/8] mpfr: 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 From: Simon Dawson Signed-off-by: Simon Dawson Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/mpfr/mpfr.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index 9caf3ac..c6f1009 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -7,6 +7,8 @@ MPFR_VERSION = 3.1.1 MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION) MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2 +MPFR_LICENSE = LGPLv3+ +MPFR_LICENSE_FILES = COPYING.LESSER MPFR_INSTALL_STAGING = YES MPFR_DEPENDENCIES = gmp MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)