[OE-core] [PATCH] glew: set correct version in our configuration

Andreas Müller schnitzeltony at googlemail.com
Tue Nov 10 00:12:15 UTC 2015


This error came up during libreoffice implementation failing for wron version
reported by pkg-config:

| configure: error: Package requirements (glew >= 1.10.0) were not met:
|
| Requested 'glew >= 1.10.0' but version of glew is 1.9.0

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta/recipes-graphics/glew/glew/autotools.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/glew/glew/autotools.patch b/meta/recipes-graphics/glew/glew/autotools.patch
index 7dfe087..89737dc 100644
--- a/meta/recipes-graphics/glew/glew/autotools.patch
+++ b/meta/recipes-graphics/glew/glew/autotools.patch
@@ -20,7 +20,7 @@ Index: glew/configure.ac
 +# Process this file with autoconf to produce a configure script.
 +
 +AC_PREREQ([2.62])
-+AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS])
++AC_INIT([glew], [1.12.0], [BUG-REPORT-ADDRESS])
 +AC_CONFIG_SRCDIR([src/glew.c])
 +AC_CONFIG_HEADERS([config.h])
 +AM_INIT_AUTOMAKE([-Wall -Werror foreign])
-- 
2.1.0




More information about the Openembedded-core mailing list