dsplink : More build fixes. bb file builds without errors at this point.
authorPhilip Balister <philip@balister.org>
Sat, 24 May 2008 13:14:02 +0000 (13:14 +0000)
committerPhilip Balister <philip@balister.org>
Sat, 24 May 2008 13:14:02 +0000 (13:14 +0000)
          More work needed.

packages/dsplink/dsplink_1.50.bb
packages/dsplink/files/davinci_mvlpro5.0.mk

index 56c2905..307d183 100644 (file)
@@ -47,7 +47,11 @@ PARALLEL_MAKE = ""
 do_compile () {
        ln -sf ${S}/gpp/src/api/*h ${S}/gpp/inc/
        ln -sf ${S}/gpp/src/pmgr/Linux/2.6.18 ${S}/gpp/src/pmgr/Linux/2.6.26-rc2-omap1
+       ln -sf ${S}/gpp/src/pmgr/Linux/drv_pmgr.h ${S}/gpp/inc/drv_pmgr.h
+       ln -sf ${S}/gpp/src/pmgr/pmgr_proc.h ${S}/gpp/inc/pmgr_proc.h
+
        unset DISPLAY
+
        oe_runmake -C ${S}/gpp/src
 }
 
index 2ea2fd8..66365f6 100644 (file)
@@ -78,7 +78,7 @@ endif
 #   Name of the compiler
 #   ----------------------------------------------------------------------------
 COMPILER        := SED_ME_TARGET_PREFIXgcc
-LD              := SED_ME_TARGET_PREFIXDIR-ld
+LD              := SED_ME_TARGET_PREFIXld
 
 CROSS_COMPILE   := SED_ME_TARGET_PREFIX
 export CROSS_COMPILE
@@ -135,7 +135,7 @@ STD_CC_DEFNS    := -D_REENTRANT
 #   ============================================================================
 #   ARCHIVER1 - This denotes the linker.
 #   ============================================================================
-ARCHIVER1        := SED_ME_TARGET_PREFIX-ld
+ARCHIVER1        := SED_ME_TARGET_PREFIXld
 
 #   ----------------------------------------------------------------------------
 #   Standard flags for the archiver
@@ -146,7 +146,7 @@ STD_AR_FLAGS1    := -EL -r
 #   ============================================================================
 #   ARCHIVER2 - This denotes the archiver.
 #   ============================================================================
-ARCHIVER2        := SED_ME_TARGET_PREFIX-ar
+ARCHIVER2        := SED_ME_TARGET_PREFIXar
 
 #   ----------------------------------------------------------------------------
 #   Standard flags for the archiver