diff options
-rw-r--r-- | conf/checksums.ini | 12 | ||||
-rw-r--r-- | recipes/ti/ti-codec-engine_2.24.01.bb | 10 |
2 files changed, 17 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 645a892b1b..6db50c40be 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -3914,6 +3914,10 @@ sha256=32c96ec23642d827bcbc865ac490fe7f2eeec2e04448980c4eb70d0fb25f74d8 md5=581f548714a53d818ac355a1e4aacfa4 sha256=32c96ec23642d827bcbc865ac490fe7f2eeec2e04448980c4eb70d0fb25f74d8 +[http://install.source.dir.com/codec_engine_2_24_01.tar.gz] +md5=39b0002fc7c4f2b9ddb0bbc2eeb26dc6 +sha256=59567c414943d2c7c0135f402e0df58bf81bf5027c06bd84fefce5ad9f98254f + [http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/collie-kexec-r1.patch] md5=ed96c1bddce4b7e40a40bad1d3cd63b5 sha256=c178b3a7460cfaeb58c11ef9641d72ee912818b2ecbf1c09edf628d9168c0971 @@ -5306,6 +5310,14 @@ sha256=c4e482687d0cff240d02a70fcf423cc14296b6a7869cd8dd42d5404d098e0bb7 md5=d774d4412bfb80d12cf3a4fdfd59de5a sha256=c4e482687d0cff240d02a70fcf423cc14296b6a7869cd8dd42d5404d098e0bb7 +[http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.2.tar.gz] +md5=1c1c5177aea9a23b45b9b3f5b3241819 +sha256=635d6d07e5a4d615e599c051166af965baa754f9ff7435e746de1a5d2a5c0d56 + +[http://heanet.dl.sourceforge.net/e2fsprogs/e2fsprogs-1.41.2.tar.gz] +md5=1c1c5177aea9a23b45b9b3f5b3241819 +sha256=635d6d07e5a4d615e599c051166af965baa754f9ff7435e746de1a5d2a5c0d56 + [http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.4.tar.gz] md5=59033388df36987d2b9c9bbf7e19bd57 sha256=2cc10fee2b29add737e454eb634513135b34a638f7ca2b18364864fe089020dc 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}" \ |