[oe-commits] org.oe.dev dsplink : More build fixes. bb file builds without errors at this point.

crofton commit oe at amethyst.openembedded.net
Sat May 24 13:20:38 UTC 2008


dsplink : More build fixes. bb file builds without errors at this point.
          More work needed.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 6ba3477131d507125b7da775792be1ddb5bdf90c
ViewMTN: http://monotone.openembedded.org/revision/info/6ba3477131d507125b7da775792be1ddb5bdf90c
Files:
1
packages/dsplink/dsplink_1.50.bb
packages/dsplink/files/davinci_mvlpro5.0.mk
Diffs:

#
# mt diff -r090d29830a5f223586361b1541b1a3b28b8e4997 -r6ba3477131d507125b7da775792be1ddb5bdf90c
#
#
#
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [cea3f0783310d4a2a32b0c7f38aa90c15cbb2ff4]
#    to [63f8d027daa425cc748f2af036ebdd244b7a3b12]
# 
# patch "packages/dsplink/files/davinci_mvlpro5.0.mk"
#  from [397df537b6a95afd39c7f2b31fa848ac95608411]
#    to [bf3b65c67ceca007c139c44b2f51a183c75104b5]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	cea3f0783310d4a2a32b0c7f38aa90c15cbb2ff4
+++ packages/dsplink/dsplink_1.50.bb	63f8d027daa425cc748f2af036ebdd244b7a3b12
@@ -47,7 +47,11 @@ do_compile () {
 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
 }
 
============================================================
--- packages/dsplink/files/davinci_mvlpro5.0.mk	397df537b6a95afd39c7f2b31fa848ac95608411
+++ packages/dsplink/files/davinci_mvlpro5.0.mk	bf3b65c67ceca007c139c44b2f51a183c75104b5
@@ -78,7 +78,7 @@ COMPILER        := SED_ME_TARGET_PREFIXg
 #   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






More information about the Openembedded-commits mailing list