git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f2f14
)
dsplink: catch all the kernel dirs we need to symlink
author
Koen Kooi
<koen@openembedded.org>
Sun, 25 May 2008 17:22:05 +0000
(17:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 25 May 2008 17:22:05 +0000
(17:22 +0000)
packages/dsplink/dsplink_1.50.bb
patch
|
blob
|
history
diff --git
a/packages/dsplink/dsplink_1.50.bb
b/packages/dsplink/dsplink_1.50.bb
index
8bfee9d
..
4f2d7af
100644
(file)
--- a/
packages/dsplink/dsplink_1.50.bb
+++ b/
packages/dsplink/dsplink_1.50.bb
@@
-47,6
+47,8
@@
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/${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