From: Koen Kooi Date: Sun, 25 May 2008 17:22:05 +0000 (+0000) Subject: dsplink: catch all the kernel dirs we need to symlink X-Git-Tag: Release-2010-05/1~6861 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9b2ad84da663dd203ac023238318d8254af5a7;p=openembedded.git dsplink: catch all the kernel dirs we need to symlink --- diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index 8bfee9da1a..4f2d7af57a 100644 --- 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