diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-28 15:34:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:08 +0000 |
| commit | 0724f409628d8c870194bfdaf632da1359889552 (patch) | |
| tree | d6fd400f09f7f065cd304ce23f00012c931c34bf /meta/recipes-kernel/sysprof/sysprof_git.bb | |
| parent | 3c01e48bb4ef53a1112993dd9cfe1aa66928c0d1 (diff) | |
| download | poky-0724f409628d8c870194bfdaf632da1359889552.tar.gz | |
sysprof: update to 3.22.2
Drop 0001-Forward-port-mips-arm-memory-barrier-patches.patch; upstream
is using standard C11 facilities for this now.
Drop 0001-callgraph-Use-U64_TO_POINTER.patch; it has been merged upstream.
(From OE-Core rev: 9425992b59afa887fbbb1d3b3598f08757de4765)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_git.bb')
| -rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_git.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb deleted file mode 100644 index 8d8b626397..0000000000 --- a/meta/recipes-kernel/sysprof/sysprof_git.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "System-wide Performance Profiler for Linux" | ||
| 2 | LICENSE = "GPLv3+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 4 | file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875" | ||
| 5 | |||
| 6 | inherit gnomebase gettext systemd | ||
| 7 | |||
| 8 | DEPENDS = "glib-2.0" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "9c6cec9b49766bf77c1713bc5a7c6d651e628068" | ||
| 12 | PV = "3.20.0+git${SRCPV}" | ||
| 13 | |||
| 14 | SRC_URI = "git://git.gnome.org/sysprof \ | ||
| 15 | file://define-NT_GNU_BUILD_ID.patch \ | ||
| 16 | file://0001-configure-Add-option-to-enable-disable-polkit.patch \ | ||
| 17 | file://0001-Disable-check-for-polkit-for-UI.patch \ | ||
| 18 | file://0001-Avoid-building-docs.patch \ | ||
| 19 | file://0001-callgraph-Use-U64_TO_POINTER.patch \ | ||
| 20 | file://0001-Forward-port-mips-arm-memory-barrier-patches.patch \ | ||
| 21 | " | ||
| 22 | SRC_URI[archive.md5sum] = "d56e8492033b60e247634731e7f760b9" | ||
| 23 | SRC_URI[archive.sha256sum] = "4a338ad41bfffae87ef281f6e75c9660b3e0c6671bf5233be0c3f55a5e5b1ce5" | ||
| 24 | |||
| 25 | AUTOTOOLS_AUXDIR = "${S}/build-aux" | ||
| 26 | |||
| 27 | EXTRA_OECONF = "--enable-compile-warnings" | ||
| 28 | |||
| 29 | PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" | ||
| 30 | PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" | ||
| 31 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" | ||
| 32 | |||
| 33 | SOLIBS = ".so" | ||
| 34 | FILES_SOLIBSDEV = "" | ||
| 35 | FILES_${PN} += "${datadir}/icons/" | ||
| 36 | |||
| 37 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}" | ||
| 38 | |||
| 39 | # We do not yet work for aarch64. | ||
| 40 | COMPATIBLE_HOST = "^(?!aarch64).*" | ||
