dmai 1.20: pass in staging incdir
authorKoen Kooi <koen@openembedded.org>
Sat, 14 Feb 2009 14:50:12 +0000 (15:50 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 14 Feb 2009 14:50:12 +0000 (15:50 +0100)
packages/dsplink/dmai_1.20.bb

index 71e1d01..52f27ea 100644 (file)
@@ -27,7 +27,7 @@ TARGET_beagleboard = " o3530_al"
 do_compile() {
        cd packages/ti/sdo/dmai
        oe_runmake clean
-       oe_runmake ${TARGET}
+       oe_runmake ${TARGET} C_FLAGS="-O2 -I${STAGING_INCDIR}"
        cd apps
        oe_runmake clean
        oe_runmake ${TARGET}