[oe-commits] org.oe.dev dsplink: catch all the kernel dirs we need to symlink

koen commit oe at amethyst.openembedded.net
Sun May 25 17:25:34 UTC 2008


dsplink: catch all the kernel dirs we need to symlink

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

#
# mt diff -r273d68b8b346bda4dde4800b40123921d50c6fc8 -r7cf1082e052d71a57a880f9dba1db252664ba9dc
#
#
#
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [9fc7c9257e935e910c6bc7eeaace47f19db45282]
#    to [6fbb4ee9980de6eb717588f728cfb391f4466616]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	9fc7c9257e935e910c6bc7eeaace47f19db45282
+++ packages/dsplink/dsplink_1.50.bb	6fbb4ee9980de6eb717588f728cfb391f4466616
@@ -47,6 +47,8 @@ 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/${KERNEL_VERSION}
+	ln -sf ${S}/gpp/src/api/Linux/2.6.18 ${S}/gpp/src/api/Linux/${KERNEL_VERSION}
+	ln -sf ${S}/gpp/src/osal/Linux/2.6.18 ${S}/gpp/src/osal/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
 






More information about the Openembedded-commits mailing list