diff options
author | Daniel Nilsson <daniel@dnil.se> | 2013-07-21 15:30:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-24 11:35:38 +0100 |
commit | c39bd6971a7ae9f8134891e8cc8ced887f75ac21 (patch) | |
tree | 09f135475e12ada85ddef78533d657f5194850d2 /meta/recipes-graphics | |
parent | 4695231491d1803d97f27101ad970550a9b00d1c (diff) | |
download | poky-c39bd6971a7ae9f8134891e8cc8ced887f75ac21.tar.gz |
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.
(From OE-Core rev: c9ca43ee50b8b50dafc95428ed0165b73596f773)
Signed-off-by: Daniel Nilsson <daniel@dnil.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | |||
20 | +# Process this file with autoconf to produce a configure script. | 20 | +# Process this file with autoconf to produce a configure script. |
21 | + | 21 | + |
22 | +AC_PREREQ([2.62]) | 22 | +AC_PREREQ([2.62]) |
23 | +AC_INIT([glew], [1.5.7], [BUG-REPORT-ADDRESS]) | 23 | +AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS]) |
24 | +AC_CONFIG_SRCDIR([src/glew.c]) | 24 | +AC_CONFIG_SRCDIR([src/glew.c]) |
25 | +AC_CONFIG_HEADERS([config.h]) | 25 | +AC_CONFIG_HEADERS([config.h]) |
26 | +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | 26 | +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
@@ -77,7 +77,7 @@ Index: glew/configure.ac | |||
77 | +# for now we use the same version as the package, but that should be avoided | 77 | +# for now we use the same version as the package, but that should be avoided |
78 | +# in the future | 78 | +# in the future |
79 | + | 79 | + |
80 | +AC_SUBST([LIBGLEW_SO_VERSION], [1:5:7]) | 80 | +AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0]) |
81 | + | 81 | + |
82 | +AC_CONFIG_FILES([Makefile | 82 | +AC_CONFIG_FILES([Makefile |
83 | + include/Makefile | 83 | + include/Makefile |