From patchwork Sun Jun 30 15:01:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 255951 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 018CD2C02A6 for ; Mon, 1 Jul 2013 07:25:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C7D48BB9C; Sun, 30 Jun 2013 21:25: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 n0MJBYQlmmqT; Sun, 30 Jun 2013 21:25:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C5FE9087E; Sun, 30 Jun 2013 19:42:08 +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 120958F79F for ; Sun, 30 Jun 2013 19:42:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E4D1890D64 for ; Sun, 30 Jun 2013 19:42:06 +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 ccv2gNH5f94J for ; Sun, 30 Jun 2013 19:41:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3EF1D94C85 for ; Sun, 30 Jun 2013 14:59:49 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id f11so3019783wgh.27 for ; Sun, 30 Jun 2013 07:59:47 -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:in-reply-to:references; bh=xRywPnpW6d0meqwShlVnA8a9Pkn22GwPMcgPewLsBUY=; b=yBNybhnOpECQOJxpj5qcmS/3bzElwrLZ0x+33uE+bzoQnechqOcKTqtSErNvzimR3m 2cRrfb2X+dJydJeowjgiyxcR4Veo9+Avd97L0Ws2bly/qMKU8fgENMn/FKjD8lkQW0w5 IBvgXqxVTqhXff7X4ArFOtkpZqfZZq3HvgTXBF+IY+J2EKuAopYbcvU2XTSmsAGbQ7pE n03LzSMBPzAVB0SkKeaAxp07ndoyS+KoFPLZR93SnqXQ6WDYnghfGMEFLmJQdcLdoen1 ZmTOSHqEekQKtF7rGnUpm3JAPPMErFJlDqiN0GhUH+M9kZAWQXRN93gmani8Ozj+AW88 eA5A== X-Received: by 10.180.210.148 with SMTP id mu20mr9579316wic.38.1372604387603; Sun, 30 Jun 2013 07:59:47 -0700 (PDT) Received: from smartin-de.aldebaran.lan (20-87-190-109.dsl.ovh.fr. [109.190.87.20]) by mx.google.com with ESMTPSA id o14sm10406187wiv.3.2013.06.30.07.59.46 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 30 Jun 2013 07:59:47 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 30 Jun 2013 17:01:09 +0200 Message-Id: <1372604469-24361-8-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1372604469-24361-1-git-send-email-s.martin49@gmail.com> References: <1372604469-24361-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 8/8] lttng-tools: define license 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 --- package/lttng-tools/lttng-tools.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk index 992ecad..2e9f936 100644 --- a/package/lttng-tools/lttng-tools.mk +++ b/package/lttng-tools/lttng-tools.mk @@ -7,6 +7,9 @@ LTTNG_TOOLS_VERSION = 2.2.0 LTTNG_TOOLS_SITE = http://lttng.org/files/lttng-tools/ LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2 +LTTNG_TOOLS_LICENSE = GPLv2; LGPLv2.1 for include/lttng/* and src/lib/lttng-ctl/* +# gpl-2.0.txt and lgpl-2.1.txt files are missing from the sources +LTTNG_TOOLS_LICENSE_FILES = LICENSE # The host-lttng-babeltrace technically isn't a required build # dependency. However, having the babeltrace utilities built for the