From patchwork Fri Aug 3 09:45:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keguang Zhang X-Patchwork-Id: 174956 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 8D2752C00AE for ; Fri, 3 Aug 2012 19:45:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1CCAE10B9BC; Fri, 3 Aug 2012 09:45:31 +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 fV5IDxVwLovf; Fri, 3 Aug 2012 09:45:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3F99710BB78; Fri, 3 Aug 2012 09:45:24 +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 905FF8F75B for ; Fri, 3 Aug 2012 09:45:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 553A78F9C7 for ; Fri, 3 Aug 2012 09:45:23 +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 v3ukySBgSNk1 for ; Fri, 3 Aug 2012 09:45:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1E6F58F9B8 for ; Fri, 3 Aug 2012 09:45:17 +0000 (UTC) Received: by obqv19 with SMTP id v19so1823948obq.16 for ; Fri, 03 Aug 2012 02:45:16 -0700 (PDT) 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; bh=NKIJrvifvbgCYnx16hfir4Kqhh3n7aRMojTwu2JxAio=; b=enQ9PpeO7Judyy8+Uyn4rMTGR/hza9a7tyrC+y5fr4rkCMaZalbb6p90mkelPkSqGN ASXwgdCBxx2Os6ukKmmrwa0vFk0zhmUIL7hM073FNSNF2qKsxDC5yHNVVJvT7yzos7zZ MFLrdm4DD7URpzx/hGshydn85/NBpUFmlD1XCWl0CqQb9otLSjLD+qvzpGe5CKGlbQko +Id18uomvUhyEp1Vd2YSbzh8IULAIGmmVj2de6hNoS3rhYcxiFdEBtetwiAOj5zGqoYE jUR2LkwvFJy16JJdKD4EZ8Is0R68vLZHUfZqsaTqH9VfFTUQTEKR/ZqAQyqHBzp4zogJ xdXA== Received: by 10.60.29.72 with SMTP id i8mr2775669oeh.26.1343987116519; Fri, 03 Aug 2012 02:45:16 -0700 (PDT) Received: from kelvin-Work.chd.intersil.com ([182.148.112.76]) by mx.google.com with ESMTPS id bp7sm9203665obc.12.2012.08.03.02.45.13 (version=SSLv3 cipher=OTHER); Fri, 03 Aug 2012 02:45:16 -0700 (PDT) From: Kelvin Cheung To: buildroot@busybox.net Date: Fri, 3 Aug 2012 17:45:04 +0800 Message-Id: <1343987106-3302-1-git-send-email-keguang.zhang@gmail.com> X-Mailer: git-send-email 1.7.1 Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 1/3] lmbench: 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 Add license info for lmbench. --- package/lmbench/lmbench.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/lmbench/lmbench.mk b/package/lmbench/lmbench.mk index bccb2de..3d3c3da 100644 --- a/package/lmbench/lmbench.mk +++ b/package/lmbench/lmbench.mk @@ -6,6 +6,8 @@ LMBENCH_VERSION:=3.0-a9 LMBENCH_SOURCE:=lmbench-$(LMBENCH_VERSION).tgz LMBENCH_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/lmbench/development/lmbench-3.0-a9/ +LMBENCH_LICENSE = GPLv2 +LMBENCH_LICENSE_FILES = COPYING define LMBENCH_CONFIGURE_CMDS $(call CONFIG_UPDATE,$(@D))