summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-30 14:53:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:36 +0100
commitf1e25150ef0c4e13b73bf05085fd296b3fd483af (patch)
treeca2177acca323fadb71b3ed84aaeef1d3a1e131c /meta/recipes-kernel
parent381a7bd87eb5b1dcf10dc2c659d224612f593a16 (diff)
downloadpoky-f1e25150ef0c4e13b73bf05085fd296b3fd483af.tar.gz
lttng-tools: Drop KERNELDIR reference
The source makes no reference to KERNELDIR any more and this make the recipe machine specific. Simply drop the unused reference. (From OE-Core rev: 21bad4c807acd4c596fcca8afeab737161fbbb39) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
index 9ecc2ab8ae..909acc37a7 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
@@ -38,8 +38,6 @@ inherit autotools-brokensep ptest pkgconfig useradd
38USERADD_PACKAGES = "${PN}" 38USERADD_PACKAGES = "${PN}"
39GROUPADD_PARAM_${PN} = "tracing" 39GROUPADD_PARAM_${PN} = "tracing"
40 40
41export KERNELDIR="${STAGING_KERNEL_DIR}"
42
43FILES_${PN} += "${libdir}/lttng/libexec/* ${datadir}/xml/lttng \ 41FILES_${PN} += "${libdir}/lttng/libexec/* ${datadir}/xml/lttng \
44 ${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 42 ${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
45FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug \ 43FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug \