[oe-commits] org.oe.dev codec-engine: sed make rules to use OE toolchain(s)

koen commit oe at amethyst.openembedded.net
Sun Jun 22 15:22:28 UTC 2008


codec-engine: sed make rules to use OE toolchain(s)

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

#
# mt diff -r545defb3f9bde941f71d15c9bee0639e6da96176 -re39b63f0ff3748076faa9fa29825ff70c25f509c
#
#
#
# patch "packages/dsplink/codec-engine_2.10.bb"
#  from [a9545784eebfcd9f73f69ebd94f7c8723444098c]
#    to [399ae84f6320fda56d0bb4c7e60335095e4af3f3]
#
============================================================
--- packages/dsplink/codec-engine_2.10.bb	a9545784eebfcd9f73f69ebd94f7c8723444098c
+++ packages/dsplink/codec-engine_2.10.bb	399ae84f6320fda56d0bb4c7e60335095e4af3f3
@@ -12,11 +12,23 @@ PV = "2.10"
 # md5sum
 # Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/CE/index.html
 
-SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_10.tar.gz \
+SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_10_01.tar.gz \
 "
 
-S = "${WORKDIR}/codec_engine_2_10/codec-engine"
+S = "${WORKDIR}/codec_engine_2_10_01"
 
+do_compile() {
+	cd ${S}/cetools/packages/ti/sdo/linuxutils/cmem
+	sed -i \
+		-e s:/db/toolsrc/library/vendors2005/mvl/arm/mvl4.0.1-root-new/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-:${TARGET_PREFIX}:g \
+		-e s:/db/toolsrc/library/vendors2005/opensource/buildroot/10122007/build_arm/staging_dir/usr/bin/arm-linux-:${TARGET_PREFIX}:g \
+		-e s:/db/toolsrc/library/vendors2005/mvl/arm/DaVinci-Linux-Rel_mvl401c/Linux:${STAGING_KERNEL_DIR}:g \
+	Rules.make
+
+	oe_runmake clean
+	oe_runmake
+}
+
 pkg_postinst_${PN}-module () {
         if [ -n "$D" ]; then
                 exit 1






More information about the Openembedded-commits mailing list