From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id D09F26FEFE for ; Thu, 17 May 2018 11:46:05 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 04:46:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,410,1520924400"; d="scan'208";a="229395364" Received: from kanavin-desktop.fi.intel.com ([10.237.68.161]) by fmsmga006.fm.intel.com with ESMTP; 17 May 2018 04:46:06 -0700 From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Date: Thu, 17 May 2018 14:38:29 +0300 Message-Id: <20180517113837.24240-2-alexander.kanavin@linux.intel.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180517113837.24240-1-alexander.kanavin@linux.intel.com> References: <20180517113837.24240-1-alexander.kanavin@linux.intel.com> Subject: [PATCH 02/10] xz: fix upstream version check 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: Thu, 17 May 2018 11:46:05 -0000 Signed-off-by: Alexander Kanavin --- meta/recipes-extended/xz/xz_5.2.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb b/meta/recipes-extended/xz/xz_5.2.3.bb index 65168920d1d..8d7f0f19943 100644 --- a/meta/recipes-extended/xz/xz_5.2.3.bb +++ b/meta/recipes-extended/xz/xz_5.2.3.bb @@ -24,6 +24,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \ SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz" SRC_URI[md5sum] = "ef68674fb47a8b8e741b34e429d86e9d" SRC_URI[sha256sum] = "71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb" +UPSTREAM_CHECK_REGEX = "xz-(?P\d+(\.\d+)+)\.tar" inherit autotools gettext -- 2.17.0