From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 73DFD78EF4 for ; Wed, 5 Sep 2018 18:15:11 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id w85IFCNN008646 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 5 Sep 2018 11:15:12 -0700 (PDT) Received: from fidler.wrs.com (172.25.44.4) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Wed, 5 Sep 2018 11:15:11 -0700 From: Randy MacLeod To: Date: Wed, 5 Sep 2018 14:15:07 -0400 Message-ID: <20180905181508.9960-2-Randy.MacLeod@windriver.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180905181508.9960-1-Randy.MacLeod@windriver.com> References: <20180905181508.9960-1-Randy.MacLeod@windriver.com> MIME-Version: 1.0 Subject: [PATCH 2/3] hwdata: 0.312 -> 0.315 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 18:15:11 -0000 Content-Type: text/plain Signed-off-by: Randy MacLeod --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 83b72535c..a1c8ac746 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_git.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb @@ -5,8 +5,8 @@ SECTION = "System/Base" LICENSE = "GPL-2.0+" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" -PV = "0.312+git${SRCPV}" -SRCREV = "016be785fd4f5f895c6482ec484507d5a08839fa" +PV = "0.315+git${SRCPV}" +SRCREV = "1b8bae6352cf91d745d2205f91594e6cb8690ca8" SRC_URI = "git://github.com/vcrhonek/${BPN}.git" S = "${WORKDIR}/git" -- 2.17.0