]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-tools: skip new libexec insane test
authorSaul Wold <sgw@linux.intel.com>
Thu, 13 Sep 2012 04:42:13 +0000 (21:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:26 +0000 (12:03 +0100)
Because lttng-tools installs files into /usr/lib/lttng/libexec, the test matches
and throws a false positive, so use INSANE_SKIP

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb

index e7f10163df83d1e725ef310b3745827e9694848c..cf280c458f390974afae29dc2240ef54f5252834 100644 (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.