mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
task-core-tools: Use LTTNGUST variable instead of hardcoding lttng-ust
This helps build on uclibc where lttng-ust is not included (From OE-Core rev: 6baf17f1604853a1770c14cdc6ee0493beab6829) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
PACKAGES = "\
|
||||
task-core-tools-debug \
|
||||
@@ -76,8 +76,8 @@ LTTNGUST_libc-uclibc = ""
|
||||
# MIPS.
|
||||
RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust ${SYSTEMTAP}"
|
||||
RDEPENDS_task-core-tools-profile_append_qemux86-64 = " ${LTTNGUST} ${SYSTEMTAP}"
|
||||
RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust ${SYSTEMTAP}"
|
||||
RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust"
|
||||
RDEPENDS_task-core-tools-profile_append_qemuppc = " ${LTTNGUST} ${SYSTEMTAP}"
|
||||
RDEPENDS_task-core-tools-profile_append_qemuarm = " ${LTTNGUST}"
|
||||
|
||||
RDEPENDS_task-core-tools-testapps = "\
|
||||
blktool \
|
||||
|
||||
Reference in New Issue
Block a user