dsplink: use some more sed magic to get the kernel part to use the kernel gcc and...
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Jul 2008 12:37:31 +0000 (12:37 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Jul 2008 12:37:31 +0000 (12:37 +0000)
packages/dsplink/dsplink.inc
packages/dsplink/dsplink_1.50.bb
packages/dsplink/dsplink_1.51.00.08.bb

index f528271..94489ee 100644 (file)
@@ -86,8 +86,11 @@ do_compile () {
        ln -sf ${S}/gpp/src/pmgr/pmgr_proc.h ${S}/gpp/inc/pmgr_proc.h
 
        unset DISPLAY
-       oe_runmake -C ${S}/gpp/src all targets
+       
+       sed -i -e 's:gcc:gcc${KERNEL_CCSUFFIX}:' ${S}/make/Linux/openembedded.mk
+       oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" -C ${S}/gpp/src all targets
+       
+       sed -i -e 's:gcc${KERNEL_CCSUFFIX}:gcc:' ${S}/make/Linux/openembedded.mk
        oe_runmake -C ${S}/gpp/src/samples
 }
 
index 5aaeaad..561d26f 100644 (file)
@@ -1,6 +1,6 @@
 require dsplink.inc
 
-PR = "r6"
+PR = "r7"
 PE = "1"
 PV = "1.50"
 
index 928f032..7fa2c34 100644 (file)
@@ -1,6 +1,6 @@
 require dsplink.inc
 
-PR = "r6"
+PR = "r7"
 PE = "1"
 PV = "1.51"