summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-kernel/sysprof
Commit message (Collapse)AuthorAgeFilesLines
* sysprof: Enable sysprofd/libsysprof only when polkit in DISTRO_FEATURESKhem Raj2021-07-121-1/+3
| | | | | | | | | | | | | | | This change is cherry-picked from upstream/master. It fixes yocto-check-layer error: ERROR: Nothing PROVIDES 'polkit' (but /home/builder/src/base/meta-openembedded/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb DEPENDS on or otherwise requires it) polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: akash hadke <akash.hadke@kpit.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sysprof: Inherit mime and mime-xdgKhem Raj2020-02-161-2/+2
| | | | | | | | | | Use += for depends to not override prior ones Fixes sysprof-3.34.1: package contains mime types but does not inhert mime: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/mime/packages/sysprof-mime.xml' [mime] sysprof-3.34.1: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: sysprof path '/work/aarch64-yoe-linux/sysprof/3.34.1-r0/packages-split/sysprof/usr/share/applications/org.gnome.Sysprof3.desktop' [mime-xdg] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: Correct systemdunitdir locationKhem Raj2020-01-151-2/+2
| | | | | | | | | package sysprof3.service as well Fix ERROR: sysprof-3.34.1-r0 do_package: SYSTEMD_SERVICE_sysprof value sysprof2.service does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: avoid namesapace conflict with glibc headersKhem Raj2020-01-152-2/+66
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: fix ARM buildsAlexander Kanavin2020-01-142-2/+44
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: update to 3.34.1Alexander Kanavin2020-01-144-56/+46
| | | | | | | | | | 0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch is replaced by a meson option. Enable all options, as polkit is now available. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysprof: add a recipe from oe-coreAlexander Kanavin2020-01-143-0/+81
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. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>