mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
548 B
BlitzBasic
21 lines
548 B
BlitzBasic
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_mips = " file://rmb-mips.patch"
|
|
SRC_URI_append_mips64 = " file://rmb-mips.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|