All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] freeimage: fix QA errors
@ 2009-09-12 10:01 Koen Kooi
  2009-09-12 11:35 ` 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/ogre/freeimage_3.11.0.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb
index 8281aaf..7df573e 100644
--- a/recipes/ogre/freeimage_3.11.0.bb
+++ b/recipes/ogre/freeimage_3.11.0.bb
@@ -1,9 +1,13 @@
 LICENSE = "MIT"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/freeimage/FreeImage3110.zip"
 
 S = "${WORKDIR}/FreeImage/"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_configure() {
     sed -i -e /^CC/d \
            -e /^CXX\ /d \
-- 
1.6.1




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

end of thread, other threads:[~2009-09-12 11:35 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] freeimage: fix QA errors Koen Kooi
2009-09-12 11:35 ` 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.