mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
If you currently do a DISTRO_FEATURES_remove = "x11" with OE-Core, you see failures due to dependency problems. The work in resolving this was partially completed a while back. This adds in the markup mainly for gtk/gtk3+ recipes and means "bitbake world" will work successfully. Rather than code the gtk/gtk+ specific distro features into each recipe, a shared variable is used. (From OE-Core rev: ef967c70182eeccb59c7511d838a7ecb0b2315c1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
792 B
BlitzBasic
29 lines
792 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_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).*"
|
|
|