[oe-commits] org.oe.dev codec-engine: pass CFLAGS to demos

koen commit oe at amethyst.openembedded.net
Wed Jul 16 13:41:52 UTC 2008


codec-engine: pass CFLAGS to demos

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c6784367a31dbbb0df975aaeba9302d9f5b9427b
ViewMTN: http://monotone.openembedded.org/revision/info/c6784367a31dbbb0df975aaeba9302d9f5b9427b
Files:
1
packages/dsplink/codec-engine_2.10.bb
Diffs:

#
# mt diff -r2b7b118cd2a2b804001245a843b8d7894842627f -rc6784367a31dbbb0df975aaeba9302d9f5b9427b
#
#
#
# patch "packages/dsplink/codec-engine_2.10.bb"
#  from [53af6011097fbfbfe61bbd336ea107e82d6658f9]
#    to [4ad449722da462190549870fced8474d46c7eaf9]
#
============================================================
--- packages/dsplink/codec-engine_2.10.bb	53af6011097fbfbfe61bbd336ea107e82d6658f9
+++ packages/dsplink/codec-engine_2.10.bb	4ad449722da462190549870fced8474d46c7eaf9
@@ -46,6 +46,8 @@ do_configure() {
     for cfg in ${S}/examples/ti/sdo/ce/examples/apps/image_copy/package/cfg/*/*cfg ; do
         sed -i -e s:arm_v5t_le-:${TAGET_PREFIX}:g $cfg
     done
+
+    echo -n "${CFLAGS} -I${TITOOLSDIR}/${TIXDCTOOLSDIR}/packages -I${S}/packages -I${S}/cetools/packages" > ${S}/examples/ti/sdo/ce/examples/apps/speech/linuxonly/app/compiler.opt
 }
 
 do_compile() {
@@ -76,6 +78,9 @@ do_compile() {
            KERNEL_VERSION=${KERNEL_VERSION}    \
            CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
            AR="${KERNEL_AR}" 
+
+#	oe_runmake -C ${S}/examples/ti/sdo/ce/examples/apps
+
 }
 
 do_install() {






More information about the Openembedded-commits mailing list