summaryrefslogtreecommitdiff
path: root/packages/dsplink/codec-engine_2.21.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-30 12:09:28 +0100
committerKoen Kooi <koen@openembedded.org>2008-10-30 12:09:28 +0100
commitdb3b63202106159a4a3113eefc836589debdacff (patch)
treea7b8724f1236070ea86ad5ef62a048194b5b4318 /packages/dsplink/codec-engine_2.21.bb
parent39430f1c3b573bb86abb455d2d8355a4e6214344 (diff)
ti-cmemk-module, codec-engine: add patch to fix builds with >=2.6.26 and class_device_* API change
Diffstat (limited to 'packages/dsplink/codec-engine_2.21.bb')
-rw-r--r--packages/dsplink/codec-engine_2.21.bb16
1 files changed, 2 insertions, 14 deletions
diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb
index caaf297c9f..b300256a3a 100644
--- a/packages/dsplink/codec-engine_2.21.bb
+++ b/packages/dsplink/codec-engine_2.21.bb
@@ -15,7 +15,8 @@ PV = "221"
SRC_URI = "http://install.tarball.in.source.dir/codec_engine_2_21_00_06.tar.gz \
file://Makefile.dsplink \
- "
+ file://cmemk-fix-class-device-api.diff;patch=1 \
+"
S = "${WORKDIR}/codec_engine_2_21_00_06"
@@ -65,19 +66,6 @@ do_compile() {
cd ${S}/cetools/packages/ti/sdo/linuxutils/cmem
oe_runmake clean
- # We probably don't need to build all 3, but atm it doesn't hurt us
- oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
- KERNEL_SRC=${STAGING_KERNEL_DIR} \
- KERNEL_VERSION=${KERNEL_VERSION} \
- CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
- AR="${KERNEL_AR}" \
- release
- oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
- KERNEL_SRC=${STAGING_KERNEL_DIR} \
- KERNEL_VERSION=${KERNEL_VERSION} \
- CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
- AR="${KERNEL_AR}" \
- debug
oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
KERNEL_SRC=${STAGING_KERNEL_DIR} \
KERNEL_VERSION=${KERNEL_VERSION} \