From 98d2f53a2b8e29c6c1cb8eda959f35b7f1f5612c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Aug 2009 18:31:51 +0200 Subject: ti-codec-engine: make 2.24.1 default and fix the build --- recipes/ti/ti-codec-engine_2.24.01.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes') diff --git a/recipes/ti/ti-codec-engine_2.24.01.bb b/recipes/ti/ti-codec-engine_2.24.01.bb index 6451823e28..187e76c9c9 100644 --- a/recipes/ti/ti-codec-engine_2.24.01.bb +++ b/recipes/ti/ti-codec-engine_2.24.01.bb @@ -7,13 +7,9 @@ DEPENDS_dm6446-evm += "ti-xdctools-native ti-cgt6x-native ti-dspbios-native ti- DEPENDS_armv7a += "ti-cgt6x-native ti-dspbios-native ti-xdctools-native ti-dsplink-module" DEPENDS_dm355-evm += "ti-xdctools-native" -# disable this package for now, while we're in test mode -DEFAULT_PREFERENCE = "-1" - - # tconf from xdctools dislikes '.' in pwd :/ PR = "r7" -PV = "224" +PV = "2241" SRC_URI = "http://install.source.dir.com/codec_engine_2_24_01.tar.gz " @@ -40,6 +36,10 @@ CE_INSTALL_DIR="${S}" do_compile () { + sed -i \ + -e s:arm-none-linux-gnueabi-:${TARGET_PREFIX}:g \ + ${S}/examples/xdcpaths.mak + for i in codecs extensions servers apps ; do cd ${S}/examples/ti/sdo/ce/examples/$i make DEVICES="${DEVICES}" \ -- cgit v1.2.3