aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-27 18:31:51 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-27 18:31:51 +0200
commit98d2f53a2b8e29c6c1cb8eda959f35b7f1f5612c (patch)
tree9ba2ef55f7dba7c139f5440391cb219cc30b1054 /recipes/ti
parent1eb89aacbc6830fe242eac36ba8bcb61d98807f5 (diff)
downloadopenembedded-98d2f53a2b8e29c6c1cb8eda959f35b7f1f5612c.tar.gz
ti-codec-engine: make 2.24.1 default and fix the build
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-codec-engine_2.24.01.bb10
1 files changed, 5 insertions, 5 deletions
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}" \