All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glew: set correct version in our configuration
@ 2015-11-10  0:12 Andreas Müller
  2015-11-10 10:36 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2015-11-10  0:12 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] glew: set correct version in our configuration
  2015-11-10  0:12 [PATCH] glew: set correct version in our configuration Andreas Müller
@ 2015-11-10 10:36 ` Burton, Ross
  2015-11-10 10:54   ` Andreas Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2015-11-10 10:36 UTC (permalink / raw)
  To: Andreas Müller; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

On 10 November 2015 at 00:12, Andreas Müller <schnitzeltony@googlemail.com>
wrote:

> -+AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS])
> ++AC_INIT([glew], [1.12.0], [BUG-REPORT-ADDRESS])
>

This is going to get tedious quickly, can we have a patch postfunc to sed
in the right version at build time?

Ross

[-- Attachment #2: Type: text/html, Size: 733 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] glew: set correct version in our configuration
  2015-11-10 10:36 ` Burton, Ross
@ 2015-11-10 10:54   ` Andreas Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2015-11-10 10:54 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

On Tue, Nov 10, 2015 at 11:36 AM, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 10 November 2015 at 00:12, Andreas Müller <schnitzeltony@googlemail.com>
> wrote:
>>
>> -+AC_INIT([glew], [1.9.0], [BUG-REPORT-ADDRESS])
>> ++AC_INIT([glew], [1.12.0], [BUG-REPORT-ADDRESS])
>
>
> This is going to get tedious quickly, can we have a patch postfunc to sed in
> the right version at build time?
>
> Ross
Right this need more love - V2 will follow

Andreas


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-10 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10  0:12 [PATCH] glew: set correct version in our configuration Andreas Müller
2015-11-10 10:36 ` Burton, Ross
2015-11-10 10:54   ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.