From patchwork Thu Nov 22 00:18:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 200907 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9E5472C0097 for ; Thu, 22 Nov 2012 11:21:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5BAEEA037E; Thu, 22 Nov 2012 00:21:32 +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 MM-HPInsi1Gy; Thu, 22 Nov 2012 00:21:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 75750A036F; Thu, 22 Nov 2012 00:20:51 +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 21AF88F74A for ; Thu, 22 Nov 2012 00:19:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CA0C280A28 for ; Thu, 22 Nov 2012 00:19:46 +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 iwFZ+IM5Jm8x for ; Thu, 22 Nov 2012 00:19:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id B55B8838BB for ; Thu, 22 Nov 2012 00:19:18 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so578117wey.16 for ; Wed, 21 Nov 2012 16:19:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=liP6uRUO5AeRZcNlLNKlv5opxIOBccuF1Q8tOvuFsUQ=; b=SEpiMPNT863+kunyTloMd58l3sD3A1Qo7ThZ/9iK3vbOHTc7o4TJW7UnifBbuyZzKP 1G14HViqKFx6nqUFMKKSXRZX+0Gbo2htnwZ9dyeCurPiEteKRj+CFS/NOeBNB8+ET2mL deCnkHIS4ScaphHxLtGKuTDTP7vw0/RhW535r1q7iDdlhcm8oIjXRK2oXL58KxgS0WrC /nzMv+PE0eGrWLYGe7RpeWwBv17MqYE9qoCJeZXkAeVeqJqbHA6oiYX0L06WfFhacSaU cmje2hYhSXmkTaHjDVd9zXbMev8la3xOFfqxMjc7hXogXGv/Yr8WnOGBzqy/wVJAKpPl B56A== Received: by 10.180.94.169 with SMTP id dd9mr1772542wib.14.1353543558875; Wed, 21 Nov 2012 16:19:18 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id r10sm1847697wiz.0.2012.11.21.16.19.17 (version=SSLv3 cipher=OTHER); Wed, 21 Nov 2012 16:19:18 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Thu, 22 Nov 2012 01:18:13 +0100 Message-Id: <1353543503-8952-24-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> References: <1353543503-8952-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 23/33] scons: 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 Signed-off-by: Samuel Martin Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/scons/scons.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/scons/scons.mk b/package/scons/scons.mk index 45f2e1e..92cfe93 100644 --- a/package/scons/scons.mk +++ b/package/scons/scons.mk @@ -1,6 +1,9 @@ SCONS_VERSION = 2.0.1 SCONS_SOURCE = scons-$(SCONS_VERSION).tar.gz SCONS_SITE = http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION) +SCONS_LICENSE = MIT +SCONS_LICENSE_FILES = LICENSE.txt + HOST_SCONS_DEPENDENCIES = $(NEED_PYTHON2) define HOST_SCONS_BUILD_CMDS