[oe-commits] org.oe.dev dsplink: fix symlinking

koen commit oe at amethyst.openembedded.net
Sun May 25 13:21:28 UTC 2008


dsplink: fix symlinking

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 273d68b8b346bda4dde4800b40123921d50c6fc8
ViewMTN: http://monotone.openembedded.org/revision/info/273d68b8b346bda4dde4800b40123921d50c6fc8
Files:
1
packages/dsplink/dsplink_1.50.bb
Diffs:

#
# mt diff -ree042acaa64476bb355dea2fc12709ad781c0713 -r273d68b8b346bda4dde4800b40123921d50c6fc8
#
#
#
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [63f8d027daa425cc748f2af036ebdd244b7a3b12]
#    to [9fc7c9257e935e910c6bc7eeaace47f19db45282]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	63f8d027daa425cc748f2af036ebdd244b7a3b12
+++ packages/dsplink/dsplink_1.50.bb	9fc7c9257e935e910c6bc7eeaace47f19db45282
@@ -46,13 +46,13 @@ 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/2.6.18 ${S}/gpp/src/pmgr/Linux/${KERNEL_VERSION}
 	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
+ 
+	oe_runmake -C ${S}/gpp/src all targets
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}" 






More information about the Openembedded-commits mailing list