git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753e5f7
)
dsplink: use ${DSPLINK} in do_configure to make it work in codec-engine as well
author
Koen Kooi
<koen@openembedded.org>
Sat, 29 Nov 2008 21:51:50 +0000
(22:51 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 29 Nov 2008 21:51:50 +0000
(22:51 +0100)
packages/dsplink/dsplink.inc
patch
|
blob
|
history
diff --git
a/packages/dsplink/dsplink.inc
b/packages/dsplink/dsplink.inc
index
c102e14
..
506b34b
100644
(file)
--- a/
packages/dsplink/dsplink.inc
+++ b/
packages/dsplink/dsplink.inc
@@
-15,7
+15,10
@@
require ti-paths.inc
do_configure () {
# Run perl script to create appropriate makefiles (v1.60 and up)
+ (
+ cd ${DSPLINK}
perl config/bin/dsplinkcfg.pl --platform=${DSPLINKPLATFORM} --nodsp=1 --dspcfg_0=${DSPCFG} --dspos_0=DSPBIOS5XX --gppos=${GPPOS} --comps=ponslrm
+ )
}
PARALLEL_MAKE = ""