From: Saul Wold Date: Sun, 18 Mar 2012 19:12:06 +0000 (-0700) Subject: lttng-modules: Fix setting of KERNEL_DIR X-Git-Tag: 2015-4~11334 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=704d1f9ccee541bd448381029718776e3dead218;p=openembedded-core.git lttng-modules: Fix setting of KERNEL_DIR Signed-off-by: Saul Wold --- diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb index 4d2f62be3d..fa7bbec8d2 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb @@ -18,6 +18,8 @@ SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" export INSTALL_MOD_DIR="kernel/lttng-modules" +export KERNEL_SRC="${STAGING_KERNEL_DIR}" + S = "${WORKDIR}/git"