git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8e482
)
freeimage: fix QA errors
author
Koen Kooi
<koen@openembedded.org>
Thu, 10 Sep 2009 16:53:51 +0000
(18:53 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 10 Sep 2009 16:53:51 +0000
(18:53 +0200)
recipes/ogre/freeimage_3.11.0.bb
patch
|
blob
|
history
diff --git
a/recipes/ogre/freeimage_3.11.0.bb
b/recipes/ogre/freeimage_3.11.0.bb
index
2d7f4f0
..
49b0848
100644
(file)
--- 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 \