aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/sysprof_git.bb
blob: 7d87efe7db8aaf4a15a7046793f92b786679f2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "System-wide Performance Profiler for Linux"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

DEPENDS = "gtk+ libglade"

SRCREV = "cd44ee6644c3641507fb53b8a2a69137f2971219"
PV = "1.2.0+git${SRCPV}"

SRC_URI = "git://git.gnome.org/sysprof \
           file://define-NT_GNU_BUILD_ID.patch \
          "

SRC_URI_append_arm  = " file://rmb-arm.patch"
SRC_URI_append_armeb  = " file://rmb-arm.patch"
SRC_URI_append_mips = " file://rmb-mips.patch"
SRC_URI_append_mips64 = " file://rmb-mips.patch"
SRC_URI_append_mips64n32 = " file://rmb-mips.patch"

S = "${WORKDIR}/git"

inherit autotools pkgconfig distro_features_check
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"

# We do not yet work for aarch64.
#
COMPATIBLE_HOST = "^(?!aarch64).*"