]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lttng-ust: Move lttng-gen-tp to ${PN}-bin
authorPhil Blundell <pb@pbcl.net>
Sun, 2 Feb 2014 12:19:09 +0000 (12:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 22:37:17 +0000 (22:37 +0000)
This helper script is used only during development and is not generally
useful on the target.  Inherit lib_package to move it to a different
package from the libraries.

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb

index bfcd3b64c9387eb1f7edd1b556cb154db72d8d63..5e2b04c250fd626e7e22588175112b2135f22524 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
                     file://snprintf/snprintf.c;endline=32;md5=d3d544959d8a3782b2e07451be0a903c \
                     file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
 
-inherit autotools
+inherit autotools lib_package
 
 DEPENDS = "liburcu util-linux"