freeimage: fix QA errors
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Sep 2009 16:53:51 +0000 (18:53 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Sep 2009 16:53:51 +0000 (18:53 +0200)
recipes/ogre/freeimage_3.11.0.bb

index 2d7f4f0..49b0848 100644 (file)
@@ -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 \