dsplink: catch all the kernel dirs we need to symlink
authorKoen Kooi <koen@openembedded.org>
Sun, 25 May 2008 17:22:05 +0000 (17:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 25 May 2008 17:22:05 +0000 (17:22 +0000)
packages/dsplink/dsplink_1.50.bb

index 8bfee9d..4f2d7af 100644 (file)
@@ -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