diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:11:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:11 +0100 |
commit | 638ccc4062bdadaa90626d121412896141e89e98 (patch) | |
tree | 0aecd61c5f2b915f5ee9595eac4648403128924c /meta/recipes-kernel/lttng | |
parent | 185eed0611f25e965ce8b360c3401e6ab5238036 (diff) | |
download | poky-638ccc4062bdadaa90626d121412896141e89e98.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.
(From OE-Core rev: 99570ce7c5a9276d1d934533339e10de8fcf0aab)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb | 1 |
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 \ | |||
11 | inherit autotools lib_package | 11 | inherit autotools lib_package |
12 | 12 | ||
13 | DEPENDS = "liburcu util-linux" | 13 | DEPENDS = "liburcu util-linux" |
14 | RDEPENDS_${PN}-bin = "python-core" | ||
14 | 15 | ||
15 | # For backwards compatibility after rename | 16 | # For backwards compatibility after rename |
16 | RPROVIDES_${PN} = "lttng2-ust" | 17 | RPROVIDES_${PN} = "lttng2-ust" |