[oe-commits] [openembedded-core] 24/49: glew: upgrade to 2.0.0

git at git.openembedded.org git at git.openembedded.org
Thu Jul 28 20:56:17 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 54bfcbaca5bff5bf1f4592ca0e680822b0cc8f85
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Wed Jul 27 16:02:54 2016 +0300

    glew: upgrade to 2.0.0
    
    1.13.0 -> 2.0.0
    
    Note that GLEW 2.0 drops multi-context support, so libGLEWmx.so isn't built
    anymore and the package names now reflect the soname.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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<pver>(\d+[\.\-_]*)+)/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list