From patchwork Sat Mar 8 14:38:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 328199 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 9B9D22C0086 for ; Sun, 9 Mar 2014 01:39:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C31AE93A28; Sat, 8 Mar 2014 14:38:58 +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 nVXiWnGi5Zyy; Sat, 8 Mar 2014 14:38:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6146493A4D; Sat, 8 Mar 2014 14:38:57 +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 201B41BF954 for ; Sat, 8 Mar 2014 14:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C0F988B80 for ; Sat, 8 Mar 2014 14:38:55 +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 PNn+suJH9n1j for ; Sat, 8 Mar 2014 14:38:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 25A9787FF0 for ; Sat, 8 Mar 2014 14:38:53 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id x12so6477204wgg.18 for ; Sat, 08 Mar 2014 06:38:52 -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:in-reply-to:references; bh=4M0HXaTPuFyE0ouNs7xeFVaNZ1gK9FzSRQKe4T18e2I=; b=vViyADrNsorFzPV05qfruS3sBso/ypggwnlSabfKtQ1W18Xl+vDfolh5giZ897Mn3B kgQvV7BQleEc30tCgF9RmH9CcWYSxAdDllQpwbKvOzYwzn0DdGZJi2MsYU5gysbblQOy X1azFwMvY3NN+C2IFesmVmiz9UJWk1FcAQ50VvHB5XpgB0BtDG7gKdFqj+vVMQnIgJW9 gn+IKcKt6TtoJInryxflIfOT5iXTWgmpZ2u1rpjtukjqPbCB+AA/vlnlqP7CF8i1Z6rW t33J/QvopdKOJ7WXTE2c5DkgRvUQsH9S/5oAvKU24UaxzSbs+KNuVDtwlVZqsiR0PVd3 GBJQ== X-Received: by 10.180.108.199 with SMTP id hm7mr2760214wib.1.1394289532832; Sat, 08 Mar 2014 06:38:52 -0800 (PST) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id z1sm27337399wjq.19.2014.03.08.06.38.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 08 Mar 2014 06:38:51 -0800 (PST) From: Samuel Martin To: buildroot@buildroot.net Date: Sat, 8 Mar 2014 15:38:27 +0100 Message-Id: <1394289511-10524-3-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1394289511-10524-1-git-send-email-s.martin49@gmail.com> References: <1394289511-10524-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH v2 2/6] lttng-libust: bump version to 2.4.0 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 Also adjust the license details Signed-off-by: Samuel Martin --- changes v1 -> v2 - rebase --- package/lttng-libust/lttng-libust.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk index b0ebd3f..375a6a3 100644 --- a/package/lttng-libust/lttng-libust.mk +++ b/package/lttng-libust/lttng-libust.mk @@ -5,9 +5,9 @@ ################################################################################ LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust/ -LTTNG_LIBUST_VERSION = 2.2.0 +LTTNG_LIBUST_VERSION = 2.4.0 LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2 -LTTNG_LIBUST_LICENSE = LGPLv2.1; GPLv2 for lttng-gen-tp and ust-ctl +LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond) LTTNG_LIBUST_LICENSE_FILES = COPYING LTTNG_LIBUST_INSTALL_STAGING = YES