diff options
author | Daniel Nilsson <daniel@dnil.se> | 2013-07-21 15:30:45 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-23 07:22:38 -0700 |
commit | c9ca43ee50b8b50dafc95428ed0165b73596f773 (patch) | |
tree | cfc843468fc8d532d36d52ca1c43054dc2341d13 /meta/recipes-graphics | |
parent | bcc32cf784b4d23bc43d580b305e1ea0f5e2c6cc (diff) | |
download | openembedded-core-c9ca43ee50b8b50dafc95428ed0165b73596f773.tar.gz openembedded-core-c9ca43ee50b8b50dafc95428ed0165b73596f773.tar.bz2 openembedded-core-c9ca43ee50b8b50dafc95428ed0165b73596f773.zip |
glew: Update GLEW version number in autotools patch
Hi,
This is a small patch for the glew package in oe-core.
Library version number is contained in the autotools patch, this
has not been updated to match the current library version.
This patch updates the version number in the two places where it
set in the autotools patch.
Signed-off-by: Daniel Nilsson <daniel@dnil.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/glew/files/autotools.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glew/files/autotools.patch b/meta/recipes-graphics/glew/files/autotools.patch index e499594137..7dfe087d52 100644 --- a/meta/recipes-graphics/glew/files/autotools.patch +++ b/meta/recipes-graphics/glew/files/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.5.7], [BUG-REPORT-ADDRESS]) ++AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS]) +AC_CONFIG_SRCDIR([src/glew.c]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) @@ -77,7 +77,7 @@ Index: glew/configure.ac +# for now we use the same version as the package, but that should be avoided +# in the future + -+AC_SUBST([LIBGLEW_SO_VERSION], [1:5:7]) ++AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0]) + +AC_CONFIG_FILES([Makefile + include/Makefile |