From 84f5466bced221ec9684d02be8e0b37752cefacb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 11 Nov 2024 18:13:35 +0000 Subject: glib-2.0: explicitly disable sysprof We can't build this combination right now because of a circular dependency, but it's good to make it explicit. (From OE-Core rev: 736be249c56fd9a603dbb8ece77612928bb25ce9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 7f7609a99f..f7631cee83 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -46,7 +46,7 @@ PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false," PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,gobject-introspection-native gobject-introspection glib-2.0-initial" -EXTRA_OEMESON = "-Ddtrace=disabled -Dsystemtap=disabled" +EXTRA_OEMESON = "-Ddtrace=disabled -Dsystemtap=disabled -Dsysprof=disabled" EXTRA_OEMESON:append:class-target = " ${@'-Dgir_dir_prefix=${libdir}' if d.getVar('MULTILIBS') else ''}" -- cgit v1.2.3-54-g00ecf