diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-10 18:53:51 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-10 18:53:51 +0200 |
commit | dd5c666d2182d6d839bde4ba4737bbea65680854 (patch) | |
tree | a17164e1d6c50768a13c6b0be50218eb9b00c590 /recipes | |
parent | 3a8e482ccc5b6c2912dc9f6cb2a7598423f9152b (diff) | |
download | openembedded-dd5c666d2182d6d839bde4ba4737bbea65680854.tar.gz |
freeimage: fix QA errors
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 2d7f4f0688..49b0848474 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 \ |