From patchwork Fri Nov 30 10:14:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 202915 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 830A82C0087 for ; Fri, 30 Nov 2012 21:17:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2F799A029C; Fri, 30 Nov 2012 10:17: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 ZTJGy-ltD84z; Fri, 30 Nov 2012 10:17:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CF25A0049; Fri, 30 Nov 2012 10:17:27 +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 C126D8F753 for ; Fri, 30 Nov 2012 10:16:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DC9398C07F for ; Fri, 30 Nov 2012 10:16:11 +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 6bz9GYLrYx3L for ; Fri, 30 Nov 2012 10:16:07 +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 602998C01E for ; Fri, 30 Nov 2012 10:16:03 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hn14so5456243wib.10 for ; Fri, 30 Nov 2012 02:16:03 -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=A9SpDzft92Lv02T+eFY5w3Vs3lJSxS90SLSmXw3UcmM=; b=KFrWYN0zAFkkIxua+b6QwjM/A2LGa2q3EdbWpLWAs8J1MJ15yJUhz/UCdU+Y4oRBLy 8PONl9K8k7SQNiOcW8jH8dMfKfZ6Yy6AsrJzG0hxxxpERsLlj55hqFEXXrDyUcaznQlF /npGxU1Vt7oAvM3jSVTz9j2GvdYnkWFbNhPA+MVin8OcxjAAluAqbDx3IOh/cVmnetxo ucslFQXvTW0+gNjuGTPnA6neVUbMI2IpgP4nKxmJ6I/Ca3K3354kpaoONEgFMgUcNdQN AzRWIqcxs59nEFzmflZeaVTsH79xOkyJLyJKDcEfn0rsE3geLKM07ofxkNAVof6cblCs 351g== Received: by 10.180.78.161 with SMTP id c1mr1194156wix.4.1354270562948; Fri, 30 Nov 2012 02:16:02 -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.16.01 (version=SSLv3 cipher=OTHER); Fri, 30 Nov 2012 02:16:02 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 30 Nov 2012 10:14:42 +0000 Message-Id: <1354270483-32356-8-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 7/8] oprofile: 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 --- package/oprofile/oprofile.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index 54c46dd..17d225a 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -6,6 +6,8 @@ OPROFILE_VERSION = 0.9.7 OPROFILE_SITE = http://downloads.sourceforge.net/project/oprofile/oprofile/oprofile-$(OPROFILE_VERSION) +OPROFILE_LICENSE = GPLv2 +OPROFILE_LICENSE_FILES = COPYING OPROFILE_CONF_OPT = --localstatedir=/var --with-kernel-support OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled