[oe-commits] Phil Blundell : lttng-ust: Move lttng-gen-tp to ${PN}-bin

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 22:35:22 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f606f69254097dc6b3517416b43ddbf80027a8c1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f606f69254097dc6b3517416b43ddbf80027a8c1

Author: Phil Blundell <pb at pbcl.net>
Date:   Sun Feb  2 12:19:09 2014 +0000

lttng-ust: Move lttng-gen-tp to ${PN}-bin

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 at pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
index bfcd3b6..5e2b04c 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb
@@ -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"
 



More information about the Openembedded-commits mailing list