]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: add python-core to RDEPENDS_lttng-ust-bin
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Aug 2014 06:11:49 +0000 (23:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:06 +0000 (09:25 +0100)
There is only one script lttng-gen-tp which is a python in
lttng-ust-bin, and it is a python script.

And the lttng-ust doesn't have to rdepend on python.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb

index 1468fc18770331c6c401159f72530f6242bb248e..71ea5bccf26ea945cd6a2208640fe55745666e75 100644 (file)
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
 inherit autotools lib_package
 
 DEPENDS = "liburcu util-linux"
+RDEPENDS_${PN}-bin = "python-core"
 
 # For backwards compatibility after rename
 RPROVIDES_${PN} = "lttng2-ust"