summaryrefslogtreecommitdiff
path: root/packages/dsplink/dmai_1.20.bb
diff options
context:
space:
mode:
authorDiego Dompe <diego.dompe@ridgerun.com>2009-02-13 14:49:20 -0600
committerKoen Kooi <koen@openembedded.org>2009-02-13 21:59:39 +0100
commit182006f3a2f2cab885593285b1d08425957651e7 (patch)
tree0cef96803802902c2ce6f5f9fb2552c6e30502e9 /packages/dsplink/dmai_1.20.bb
parent18992093169e9ebd2a61989b853986a77199be35 (diff)
dmai 1.20: more fixes
gstreamer-ti: adapt SRCREV to match dmai fixes
Diffstat (limited to 'packages/dsplink/dmai_1.20.bb')
-rw-r--r--packages/dsplink/dmai_1.20.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index f4e6a4e1ba..71e1d0192f 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -22,15 +22,13 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
TARGET = "all"
TARGET_neuros-osd2 = " dm6446_al dm6446_db"
-TARGET_beagleboard = " o3530_al o3530_db"
-
-export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
+TARGET_beagleboard = " o3530_al"
do_compile() {
cd packages/ti/sdo/dmai
oe_runmake clean
oe_runmake ${TARGET}
- cd packages/ti/sdo/dmai/apps
+ cd apps
oe_runmake clean
oe_runmake ${TARGET}
}