diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-09-18 15:16:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | d085e70eeedb5f36a0d53f384f333ef2404a48bd (patch) | |
tree | 9cdaea9b5206b9f605abb452d0cb59da2f9bbd37 /meta/recipes-core/packagegroups | |
parent | e0f93617518137f25d8ed4a12fcd386c924285e1 (diff) | |
download | poky-d085e70eeedb5f36a0d53f384f333ef2404a48bd.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 3fd423c592..984c2fac92 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
10 | 10 | ||
11 | inherit packagegroup | 11 | inherit packagegroup |
12 | 12 | ||
13 | PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}" | 13 | PROFILE_TOOLS_X = "" |
14 | # sysprof doesn't support aarch64 and nios2 | 14 | # sysprof doesn't support aarch64 and nios2 |
15 | PROFILE_TOOLS_X_aarch64 = "" | 15 | PROFILE_TOOLS_X_aarch64 = "" |
16 | PROFILE_TOOLS_X_nios2 = "" | 16 | PROFILE_TOOLS_X_nios2 = "" |