lttng-tools: skip new libexec insane test

Because lttng-tools installs files into /usr/lib/lttng/libexec, the test matches
and throws a false positive, so use INSANE_SKIP

(From OE-Core rev: 01300254d710c91b3dbcded9c42f6dcf21b75462)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-09-12 21:42:13 -07:00 committed by Richard Purdie
parent c57b610d70
commit 1a57708ba8
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@ DEPENDS = "liburcu popt lttng2-ust"
SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478"
PV = "v2.0.1+git${SRCREV}"
PR = "r0"
PR = "r1"
SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"
@ -26,6 +26,11 @@ export KERNELDIR="${STAGING_KERNEL_DIR}"
FILES_${PN} += "${libdir}/lttng/libexec/*"
FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug"
# Since files are installed into ${libdir}/lttng/libexec we match
# the libexec insane test so skip it.
INSANE_SKIP_${PN} = "libexec"
INSANE_SKIP_${PN}-dbg = "libexec"
# Due to liburcu not building for MIPS currently this recipe needs to
# be limited also.
# So here let us first suppport x86/arm/powerpc platforms now.