diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-10 15:22:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:12 +0000 |
commit | 2c45465c4f6ebfe67bd45071abcefac7265a1caf (patch) | |
tree | b989b2c2038a24179b2a437459e3483436c732e2 | |
parent | 97dbe812e5f964e2d25ae7e8014ca07b7bdc6318 (diff) | |
download | openembedded-core-2c45465c4f6ebfe67bd45071abcefac7265a1caf.tar.gz openembedded-core-2c45465c4f6ebfe67bd45071abcefac7265a1caf.tar.bz2 openembedded-core-2c45465c4f6ebfe67bd45071abcefac7265a1caf.zip |
glew: update to 2.1.0
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta/recipes-graphics/glew/glew_2.1.0.bb (renamed from meta/recipes-graphics/glew/glew_2.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glew/glew_2.0.0.bb b/meta/recipes-graphics/glew/glew_2.1.0.bb index f2ab75629c..be725e0530 100644 --- a/meta/recipes-graphics/glew/glew_2.0.0.bb +++ b/meta/recipes-graphics/glew/glew_2.1.0.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2" SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \ file://no-strip.patch" -SRC_URI[md5sum] = "2a2cd7c98f13854d2fcddae0d2b20411" -SRC_URI[sha256sum] = "c572c30a4e64689c342ba1624130ac98936d7af90c3103f9ce12b8a0c5736764" +SRC_URI[md5sum] = "b2ab12331033ddfaa50dc39345343980" +SRC_URI[sha256sum] = "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/glew/files/glew" UPSTREAM_CHECK_REGEX = "/glew/(?P<pver>(\d+[\.\-_]*)+)/" |