[oe-commits] Koen Kooi : dmai 1.20: pass in staging incdir

GIT User account git at amethyst.openembedded.net
Sat Feb 14 14:50:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7d2a50aadd5cb0babc3f221901d901cda21abc27
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7d2a50aadd5cb0babc3f221901d901cda21abc27

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Feb 14 15:50:12 2009 +0100

dmai 1.20: pass in staging incdir

---

 packages/dsplink/dmai_1.20.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index 71e1d01..52f27ea 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -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}





More information about the Openembedded-commits mailing list