From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id 6A589700F3 for ; Mon, 29 Aug 2016 14:32:06 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 29 Aug 2016 07:32:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,596,1464678000"; d="scan'208";a="1048688656" Received: from kanavin-desktop.fi.intel.com ([10.237.68.49]) by fmsmga002.fm.intel.com with ESMTP; 29 Aug 2016 07:31:59 -0700 From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Date: Mon, 29 Aug 2016 17:30:10 +0300 Message-Id: X-Mailer: git-send-email 2.9.3 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 03/15] iso-codes: upgrade to 3.69 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, 29 Aug 2016 14:32:07 -0000 Signed-off-by: Alexander Kanavin --- .../iso-codes/{iso-codes_3.68.bb => iso-codes_3.69.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_3.68.bb => iso-codes_3.69.bb} (76%) diff --git a/meta/recipes-support/iso-codes/iso-codes_3.68.bb b/meta/recipes-support/iso-codes/iso-codes_3.69.bb similarity index 76% rename from meta/recipes-support/iso-codes/iso-codes_3.68.bb rename to meta/recipes-support/iso-codes/iso-codes_3.69.bb index f8bcc48..105949f 100644 --- a/meta/recipes-support/iso-codes/iso-codes_3.68.bb +++ b/meta/recipes-support/iso-codes/iso-codes_3.69.bb @@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" -SRC_URI[md5sum] = "a5ce7d78b80f6d29150883d892f2e185" -SRC_URI[sha256sum] = "5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1" +SRC_URI[md5sum] = "33ed5ea7eed84a7609f041c838fc96d7" +SRC_URI[sha256sum] = "3f285d3c13f4dccfbdb9e432f172403ac1a54ab432616f10556eb18c23a1c0b2" # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which # are inhibited by allarch -- 2.9.3