diff options
author | Roger Monk <r-monk@ti.com> | 2009-02-17 19:36:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-17 19:36:33 +0100 |
commit | d76073e3a32b80a9bf801e27ca49ef33aee71ae6 (patch) | |
tree | d757796f2d437b8816dae0354e8a3c08bc9350f9 /packages/dsplink/dmai_1.20.bb | |
parent | a1547c8dd571811d059a1277795726cdd4d4879b (diff) |
dmai: add patch to unbreak xdc
Diffstat (limited to 'packages/dsplink/dmai_1.20.bb')
-rw-r--r-- | packages/dsplink/dmai_1.20.bb | 5 |
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}" |