[oe-commits] Koen Kooi : freeimage: fix QA errors

git version control git at git.openembedded.org
Thu Sep 10 16:55:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dd5c666d2182d6d839bde4ba4737bbea65680854
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd5c666d2182d6d839bde4ba4737bbea65680854

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Sep 10 18:53:51 2009 +0200

freeimage: fix QA errors

---

 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 2d7f4f0..49b0848 100644
--- a/recipes/ogre/freeimage_3.11.0.bb
+++ b/recipes/ogre/freeimage_3.11.0.bb
@@ -1,10 +1,14 @@
 LICENSE = "MIT"
 do_unpack[depends] += "unzip-native:do_populate_staging"
 
+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 \





More information about the Openembedded-commits mailing list