diff options
Diffstat (limited to 'recipes-ti/ipc/ti-ipc_git.bb')
-rw-r--r-- | recipes-ti/ipc/ti-ipc_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index 6ccd2c48..5878b632 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb | |||
@@ -27,6 +27,8 @@ INITSCRIPT_PARAMS = "defaults 10" | |||
27 | 27 | ||
28 | EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}" | 28 | EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}" |
29 | 29 | ||
30 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | ||
31 | |||
30 | do_configure() { | 32 | do_configure() { |
31 | ( cd ${S}; autoreconf -f -i -s ) | 33 | ( cd ${S}; autoreconf -f -i -s ) |
32 | oe_runconf | 34 | oe_runconf |