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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 1 11:15:43 UTC 2016


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

commit 71d66d419358f43e6b044ba64c8ff4a6830b00e4
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Fri Jul 29 16:28:46 2016 +0300

    glew: upgrade to 2.0.0
    
    1.13.0 -> 2.0.0
    
    v2:
            Fix installed-vs-shipped QA error for multilib build
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 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 84%
rename from meta/recipes-graphics/glew/glew_1.13.0.bb
rename to meta/recipes-graphics/glew/glew_2.0.0.bb
index a25c405..489dd7c 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+[\.\-_]*)+)/"
@@ -29,7 +29,7 @@ EXTRA_OEMAKE = "SYSTEM='linux' \
                 LDFLAGS.EXTRA='${LDFLAGS}' \
                 POPT='${CFLAGS}' \
                 GLEW_PREFIX='${prefix}' BINDIR='${bindir}' \
-                LIBDIR='${libdir}' INCDIR='${includedir}/GL'"
+                LIBDIR='${libdir}' INCDIR='${includedir}/GL' PKGDIR='${libdir}/pkgconfig'"
 
 do_compile() {
 	oe_runmake

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


More information about the Openembedded-commits mailing list