From: Koen Kooi <[email protected]>
Signed-off-by: Koen Kooi <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
