From patchwork Sun Dec 30 22:17:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 208796 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 C174D2C00B1 for ; Mon, 31 Dec 2012 09:18:23 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EDC441017F8; Sun, 30 Dec 2012 22:18:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cpanyavvU6MD; Sun, 30 Dec 2012 22:18:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5AFE2101613; Sun, 30 Dec 2012 22:18:02 +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 1333A8F74B for ; Sun, 30 Dec 2012 22:18:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 260AB85B96 for ; Sun, 30 Dec 2012 22:18:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n4mQdP-bObnZ for ; Sun, 30 Dec 2012 22:18:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 12A838576A for ; Sun, 30 Dec 2012 22:18:03 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id o1so9086000wic.5 for ; Sun, 30 Dec 2012 14:18:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=VJVaoUIV2SysBHbjVP6mjSeqKOPDfrwBoD9bw44Xh8c=; b=yi8XewfXgq9PgOomEpthIMW6bUzGS+nRN8EJuDflIVx2Zpbih6v6WNpE+SwZB7iUeZ 8okyYOC9S354hQMGDKkzdC82LrFurkkV+zJCr8tER1xIJ83xv3Uq2MFrG7JE0DtErwoY nHX/13KIdli1aSHMht5ZF8VSvVxts9Ws9Suqcw3mDHywLbDYwEZNVGw82RtCQ7baqihD hSZOdJbvqdEimskCWxNg5mOdxFr4k4J7Q0CuCuyWGQ0tvZTFv2aSQWz0orBpThIRVIZo bysq3OuaaX+u8qblfYKXBAmK89X7DWxn075iLMYKlL9Gqas/vuB56Kx3Nx+80+6GAKY7 MROQ== X-Received: by 10.180.109.195 with SMTP id hu3mr52356543wib.31.1356905882288; Sun, 30 Dec 2012 14:18:02 -0800 (PST) Received: from localhost.localdomain (ANantes-557-1-155-237.w2-1.abo.wanadoo.fr. [2.1.170.237]) by mx.google.com with ESMTPS id p3sm73021735wic.8.2012.12.30.14.18.00 (version=SSLv3 cipher=OTHER); Sun, 30 Dec 2012 14:18:01 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 30 Dec 2012 23:17:45 +0100 Message-Id: <848936cac6518fe04bbe31cd75545c0575d5195a.1356905589.git.s.martin49@gmail.com> X-Mailer: git-send-email 1.8.0.3 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 2/4] lttng-modules: bump to 2.1.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 Signed-off-by: Samuel Martin --- package/lttng-modules/lttng-modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index a245b19..54ae864 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -3,7 +3,7 @@ # LTTng-modules: the kernel modules (requires at least Linux 2.6.38) # ############################################################# -LTTNG_MODULES_VERSION = 2.0.3 +LTTNG_MODULES_VERSION = 2.1.0 LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules/ LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2