mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
185eed0611
commit
638ccc4062
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user