From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id 50FF265ECB for ; Wed, 25 Jun 2014 00:13:40 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 24 Jun 2014 17:13:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,541,1400050800"; d="scan'208";a="560482018" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.12.166]) by fmsmga002.fm.intel.com with ESMTP; 24 Jun 2014 17:13:26 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 24 Jun 2014 17:13:18 -0700 Message-Id: <4cf4f249ca7f62a6af05ab539f409d2bab489b19.1403654908.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 08/10] mobile-broadband-provider-info: Update SRCREV 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: Wed, 25 Jun 2014 00:13:40 -0000 Signed-off-by: Saul Wold --- .../mobile-broadband-provider-info_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb index a0d18ef..31cf2bb 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb @@ -2,8 +2,8 @@ SUMMARY = "Mobile Broadband Service Provider Database" SECTION = "network" LICENSE = "PD" LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" -SRCREV = "4ed19e11c2975105b71b956440acdb25d46a347d" -PV = "20120614+gitr${SRCPV}" +SRCREV = "d06ebd314a7cdd087d38e4966c19de42c8c55246" +PV = "20140618+gitr${SRCPV}" PE = "1" SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info" -- 1.8.3.1