summaryrefslogtreecommitdiff
path: root/packages/dsplink/dmai_1.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dsplink/dmai_1.20.bb')
-rw-r--r--packages/dsplink/dmai_1.20.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index 9d5ea5fdf7..b7a03f59de 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -12,9 +12,9 @@ SRC_URI = "file://dmai_1_20_00_06.tar.gz \
file://update-v4l2-display.patch;patch=1 \
file://do-not-panic-on-mixer-failure.patch;patch=1 \
file://support-32bit-align.patch;patch=1 \
-# file://resizer-fix.patch;patch=1 \
file://built-with-angstrom.patch;patch=1 \
- "
+ file://unbreak-xdc-args.patch;patch=1 \
+ "
S = "${WORKDIR}/dmai_1_20_00_06"
# Yes, the xdc stuff still breaks with a '.' in PWD
@@ -29,6 +29,7 @@ TARGET_beagleboard = " o3530_al"
export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
do_compile() {
+ sed -i -e s:SEDME_CCARCH:'${TARGET_CCARCH}': ${S}/packages/config.bld
cd packages/ti/sdo/dmai
oe_runmake clean
oe_runmake ${TARGET} C_FLAGS="-O2 -I${STAGING_INCDIR}"