dsplink: use ${DSPLINK} in do_configure to make it work in codec-engine as well
authorKoen Kooi <koen@openembedded.org>
Sat, 29 Nov 2008 21:51:50 +0000 (22:51 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 29 Nov 2008 21:51:50 +0000 (22:51 +0100)
packages/dsplink/dsplink.inc

index c102e14..506b34b 100644 (file)
@@ -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 = ""