aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-17 23:11:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:06 +0100
commit99570ce7c5a9276d1d934533339e10de8fcf0aab (patch)
tree4083aee5f2032e164a9e30c3e2112772f35f0c0b /meta/recipes-kernel
parentaa07ab87e0081d2677e6836195f17d3cd1d1af73 (diff)
downloadopenembedded-core-contrib-99570ce7c5a9276d1d934533339e10de8fcf0aab.tar.gz
lttng-ust: add python-core to RDEPENDS_lttng-ust-bin
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb
index 1468fc1877..71ea5bccf2 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb
@@ -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"