From patchwork Fri Nov 30 10:14:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 202914 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 810182C007A for ; Fri, 30 Nov 2012 21:17:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E7AC48C69D; Fri, 30 Nov 2012 10:17:20 +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 enik4qeWowLV; Fri, 30 Nov 2012 10:17:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D2B2F8C45D; Fri, 30 Nov 2012 10:16:39 +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 A0CBC8F753 for ; Fri, 30 Nov 2012 10:16:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B52588C01E for ; Fri, 30 Nov 2012 10:16: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 UytjcI84dh4K for ; Fri, 30 Nov 2012 10:15:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9563A8C07F for ; Fri, 30 Nov 2012 10:15:58 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn14so5456243wib.10 for ; Fri, 30 Nov 2012 02:15:58 -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=IsovnjgjUaq4PVjtKz35e2KI6sucwBAGawUyyGshEOg=; b=jt6wR5PztAwrswuQmN2Iy9ufldJTY1BiNTQtF89CpXajb9YBvGgy9GYgODJYABdk+l bwWA+5jXAEgfxZZBwUIyZG2o0HWHCZKLQUsfV2194iQpbM06TH1v9fMIv0FSjVCduP/5 BN5SffXQeNCLTBNcSEn3m4KjGFJUFxAbDFqJ9zCa1+jHqyU+uJfu7yGPSwMB+mgf4MTF vSdgIEyaImHfVGZedWo46PddXD2g/rPCIImQqQj+6MPXClUTv+wdtvQNgNosvy5uBkuk Ve/fI7rE+aVx2Ku/g0aRhfSNUNsOklGFPPIs/lHlIbEySREJzGeo8swSbUfsm0hTkO8u Td8g== Received: by 10.180.81.170 with SMTP id b10mr1165638wiy.16.1354270558166; Fri, 30 Nov 2012 02:15:58 -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.56 (version=SSLv3 cipher=OTHER); Fri, 30 Nov 2012 02:15:57 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 30 Nov 2012 10:14:39 +0000 Message-Id: <1354270483-32356-5-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 4/8] gmp: 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/gmp/gmp.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index 5bcc6c1..72673c7 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -8,6 +8,8 @@ GMP_VERSION = 5.0.5 GMP_SITE = $(BR2_GNU_MIRROR)/gmp GMP_SOURCE = gmp-$(GMP_VERSION).tar.bz2 GMP_INSTALL_STAGING = YES +GMP_LICENSE = LGPLv3+ +GMP_LICENSE_FILES = COPYING.LIB # Bad ARM assembly breaks on pure thumb ifeq ($(ARCH),arm)