[oe-commits] Robert Yang : lttng-ust: add python-core to RDEPENDS_lttng-ust-bin

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 08:32:19 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:11:49 2014 -0700

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

---

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

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 1468fc1..71ea5bc 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"



More information about the Openembedded-commits mailing list