From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 6926D731F9 for ; Mon, 11 Jan 2016 15:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0BF17xX003661; Mon, 11 Jan 2016 15:01:07 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HJ1kwc_FW9bj; Mon, 11 Jan 2016 15:01:07 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0BF12Ok003647 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 11 Jan 2016 15:01:03 GMT Received: from richard by hex with local (Exim 4.86) (envelope-from ) id 1aIdxu-0008DA-S5; Mon, 11 Jan 2016 15:01:02 +0000 From: Richard Purdie To: openembedded-core@lists.openembedded.org Date: Mon, 11 Jan 2016 15:01:00 +0000 Message-Id: <1452524461-31509-4-git-send-email-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452524461-31509-1-git-send-email-richard.purdie@linuxfoundation.org> References: <1452524461-31509-1-git-send-email-richard.purdie@linuxfoundation.org> Subject: [PATCH 4/5] lttng-ust: Upgrade to 2.7.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 15:01:09 -0000 Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb index 1c08403..9ffe9bc 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_git.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb @@ -18,9 +18,9 @@ RPROVIDES_${PN} = "lttng2-ust" RREPLACES_${PN} = "lttng2-ust" RCONFLICTS_${PN} = "lttng2-ust" -SRCREV = "826c6c686f16b9aeb3100f3f880d630911691cf1" +SRCREV = "f89c1a3cf2b06a4970b9154c00ff6409870aefb5" PE = "2" -PV = "2.7.0+git${SRCPV}" +PV = "2.7.1+git${SRCPV}" SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \ file://lttng-ust-doc-examples-disable.patch" -- 2.5.0