mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
sysprof: move recipe to meta-oe
Latest version (3.34) of sysprof have a hard dependency on polkit, which in turn requires mozjs, which pulls in a number of other meta-oe packages including python2. This makes it difficult to keep sysprof in oe-core, so for the time being it is moved to meta-oe. (From OE-Core rev: 48332e8d214ace84c54f4924cb05f4b47d030cf7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0f9361751
commit
d085e70eee
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
|
||||
PROFILE_TOOLS_X = ""
|
||||
# sysprof doesn't support aarch64 and nios2
|
||||
PROFILE_TOOLS_X_aarch64 = ""
|
||||
PROFILE_TOOLS_X_nios2 = ""
|
||||
|
||||
Reference in New Issue
Block a user