All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] quake2: fix QA errors
@ 2009-09-12 10:01 Koen Kooi
  2009-09-12 11:33 ` Philip Balister
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-09-12 10:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Koen Kooi <koen@openembedded.org>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/quake/quake2_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/quake/quake2_svn.bb b/recipes/quake/quake2_svn.bb
index 31491ad..a01def8 100644
--- a/recipes/quake/quake2_svn.bb
+++ b/recipes/quake/quake2_svn.bb
@@ -5,6 +5,7 @@ DEPENDS = "libsdl-x11 libxxf86dga"
 
 SRCREV = "205"
 PV = "0.16.1+svnr${SRCREV}"
+PR = "r1"
 
 SRC_URI = "svn://svn.icculus.org/quake2/;module=trunk \
            file://quake2-arm.patch;patch=1"
@@ -14,7 +15,7 @@ S = "${WORKDIR}/trunk"
 export BUILD_SDLQUAKE2=YES
 export OSTYPE=Linux
 export ARCH=${TARGET_ARCH}
-export BASE_CFLAGS="${TARGET_CC_ARCH} -Wall -pipe -Dstricmp=strcasecmp"
+export BASE_CFLAGS="${TARGET_CC_ARCH} ${LDFLAGS} -Wall -pipe -Dstricmp=strcasecmp"
 export OPT_CFLAGS="-O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
 
 do_compile() {
-- 
1.6.1




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

* Re: [STABLE][PATCH] quake2: fix QA errors
  2009-09-12 10:01 [STABLE][PATCH] quake2: fix QA errors Koen Kooi
@ 2009-09-12 11:33 ` Philip Balister
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Balister @ 2009-09-12 11:33 UTC (permalink / raw)
  To: openembedded-devel

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

Acked-by: Philip Balister <philip@balister.org>

Quake is the most important recipe we have ...

Koen Kooi wrote:
> From: Koen Kooi <koen@openembedded.org>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  recipes/quake/quake2_svn.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/quake/quake2_svn.bb b/recipes/quake/quake2_svn.bb
> index 31491ad..a01def8 100644
> --- a/recipes/quake/quake2_svn.bb
> +++ b/recipes/quake/quake2_svn.bb
> @@ -5,6 +5,7 @@ DEPENDS = "libsdl-x11 libxxf86dga"
>  
>  SRCREV = "205"
>  PV = "0.16.1+svnr${SRCREV}"
> +PR = "r1"
>  
>  SRC_URI = "svn://svn.icculus.org/quake2/;module=trunk \
>             file://quake2-arm.patch;patch=1"
> @@ -14,7 +15,7 @@ S = "${WORKDIR}/trunk"
>  export BUILD_SDLQUAKE2=YES
>  export OSTYPE=Linux
>  export ARCH=${TARGET_ARCH}
> -export BASE_CFLAGS="${TARGET_CC_ARCH} -Wall -pipe -Dstricmp=strcasecmp"
> +export BASE_CFLAGS="${TARGET_CC_ARCH} ${LDFLAGS} -Wall -pipe -Dstricmp=strcasecmp"
>  export OPT_CFLAGS="-O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
>  
>  do_compile() {

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

end of thread, other threads:[~2009-09-12 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-12 10:01 [STABLE][PATCH] quake2: fix QA errors Koen Kooi
2009-09-12 11:33 ` Philip Balister

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.