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 6ABF273211 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 u0BF16cu003654; Mon, 11 Jan 2016 15:01:06 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 N2F8EyHZoVhv; Mon, 11 Jan 2016 15:01:06 +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 u0BF12Ge003645 (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-0008D0-Qz; Mon, 11 Jan 2016 15:01:02 +0000 From: Richard Purdie To: openembedded-core@lists.openembedded.org Date: Mon, 11 Jan 2016 15:00:58 +0000 Message-Id: <1452524461-31509-2-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 2/5] lttng-modules: 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-modules_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 33aa125..53d2482 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_git.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \ inherit module -SRCREV = "f4b27072a77b43af2fea72d6700bd64eb59a39f1" -PV = "2.7.0+git${SRCPV}" +SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf" +PV = "2.7.1+git${SRCPV}" COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' -- 2.5.0