[oe-commits] org.oe.dev codec-engine: more bruteforce sed to get rid of bogus target-prefixes

koen commit oe at amethyst.openembedded.net
Wed Jul 16 11:45:36 UTC 2008


codec-engine: more bruteforce sed to get rid of bogus target-prefixes

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

#
# mt diff -reb0e2717f2a0cdfbfbb5861e59033084ead61dad -r2b7b118cd2a2b804001245a843b8d7894842627f
#
#
#
# patch "packages/dsplink/codec-engine_2.10.bb"
#  from [bd2ab3dbbc15be9b29e632b0110aff300ee480ac]
#    to [53af6011097fbfbfe61bbd336ea107e82d6658f9]
#
============================================================
--- packages/dsplink/codec-engine_2.10.bb	bd2ab3dbbc15be9b29e632b0110aff300ee480ac
+++ packages/dsplink/codec-engine_2.10.bb	53af6011097fbfbfe61bbd336ea107e82d6658f9
@@ -33,11 +33,19 @@ do_configure() {
     sed -i -e s:SEDME_TITOOLS_BASEPATH:${TITOOLSDIR}:g \
         -e s:SEDME_BIOSUNPACKDIR:${TITOOLSDIR}/${TIBIOSDIR}:g \
         -e 's:SEDME_S:${S}:g' \
-        -e s:SEDME_XDCTOOLSUNPACKDIR:${TIXDCTOOLSDIR}:g \
+        -e s:SEDME_XDCTOOLSUNPACKDIR:${TITOOLSDIR}/${TIXDCTOOLSDIR}:g \
         -e s:/db/toolsrc/library/tools/vendors/mvl/arm/mvl4.0-new/montavista/pro/devkit/arm/v5t_le:${CROSS_DIR}:g \
         -e s:bin/arm_v5t_le-gcc:bin/${TARGET_PREFIX}gcc:g \
-        -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TICGTOOLSDIR}:g \
+        -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
         ${S}/examples/xdcpaths.mak
+
+    sed -i -e s:/db/toolsrc/library/tools/vendors/mvl/arm/mvl4.0-new/montavista/pro/devkit/arm/v5t_le:${CROSS_DIR}:g \
+        -e s:/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux:${TITOOLSDIR}/${TICGTOOLSDIR}:g \
+        ${S}/examples/user.bld
+
+    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
 }
 
 do_compile() {






More information about the Openembedded-commits mailing list