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 685D3731CF for ; Wed, 27 Jul 2016 13:04:16 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 27 Jul 2016 06:03:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,429,1464678000"; d="scan'208";a="740446902" Received: from linux.intel.com ([10.54.29.200]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jul 2016 06:03:46 -0700 Received: from mbabyjoh-desk.fi.intel.com (mbabyjoh-desk.fi.intel.com [10.237.72.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id 093836A4080 for ; Wed, 27 Jul 2016 06:03:34 -0700 (PDT) From: "Maxin B. John" To: openembedded-core@lists.openembedded.org Date: Wed, 27 Jul 2016 16:02:54 +0300 Message-Id: <1469624577-24972-7-git-send-email-maxin.john@intel.com> X-Mailer: git-send-email 2.4.0 In-Reply-To: <1469624577-24972-1-git-send-email-maxin.john@intel.com> References: <1469624577-24972-1-git-send-email-maxin.john@intel.com> Subject: [PATCH 6/9] glew: upgrade to 2.0.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: Wed, 27 Jul 2016 13:04:16 -0000 1.13.0 -> 2.0.0 Signed-off-by: Maxin B. John --- meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (90%) diff --git a/meta/recipes-graphics/glew/glew_1.13.0.bb b/meta/recipes-graphics/glew/glew_2.0.0.bb similarity index 90% rename from meta/recipes-graphics/glew/glew_1.13.0.bb rename to meta/recipes-graphics/glew/glew_2.0.0.bb index a25c405..05594dc 100644 --- a/meta/recipes-graphics/glew/glew_1.13.0.bb +++ b/meta/recipes-graphics/glew/glew_2.0.0.bb @@ -11,8 +11,8 @@ DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu" SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \ file://no-strip.patch" -SRC_URI[md5sum] = "7cbada3166d2aadfc4169c4283701066" -SRC_URI[sha256sum] = "aa25dc48ed84b0b64b8d41cdd42c8f40f149c37fa2ffa39cd97f42c78d128bc7" +SRC_URI[md5sum] = "2a2cd7c98f13854d2fcddae0d2b20411" +SRC_URI[sha256sum] = "c572c30a4e64689c342ba1624130ac98936d7af90c3103f9ce12b8a0c5736764" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/glew/files/glew" UPSTREAM_CHECK_REGEX = "/glew/(?P(\d+[\.\-_]*)+)/" -- 2.4.0