From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id E3B096C0F1 for ; Thu, 7 Feb 2019 05:57:16 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2019 21:57:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,342,1544515200"; d="scan'208";a="131709102" Received: from anmitta2-mobl1.png.intel.com ([10.221.21.100]) by FMSMGA003.fm.intel.com with ESMTP; 06 Feb 2019 21:57:16 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Date: Thu, 7 Feb 2019 13:57:12 +0800 Message-Id: <20190207055714.25880-1-anuj.mittal@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [PATCH 1/3] libva: upgrade 2.3.0 -> 2.4.0 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, 07 Feb 2019 05:57:17 -0000 For changes, see: https://github.com/intel/libva/releases Signed-off-by: Anuj Mittal --- .../recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} (92%) diff --git a/meta/recipes-graphics/libva/libva_2.3.0.bb b/meta/recipes-graphics/libva/libva_2.4.0.bb similarity index 92% rename from meta/recipes-graphics/libva/libva_2.3.0.bb rename to meta/recipes-graphics/libva/libva_2.4.0.bb index 4aab5269aa..ffa1ab8f7b 100644 --- a/meta/recipes-graphics/libva/libva_2.3.0.bb +++ b/meta/recipes-graphics/libva/libva_2.4.0.bb @@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" -SRC_URI[md5sum] = "2555c46075ab2f6128f39902ba1c6183" -SRC_URI[sha256sum] = "60840e50da6932ee2111e15fc8911180ff8a0d6f18bb9cc6ba8c1030098fdce4" +SRC_URI[md5sum] = "cfc69c2a5f526dd1858e098fb8eebfa6" +SRC_URI[sha256sum] = "99263056c21593a26f2ece812aee6fe60142b49e6cd46cb33c8dddf18fc19391" UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" -- 2.17.1