diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-05 10:03:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 20:38:28 -0700 |
commit | 2e9e58b7389534626d161d20a1c4f2a501be2a8e (patch) | |
tree | 36cfc58dc339aeee4e1442065f370a9588ec43cc | |
parent | 39d619ae48bd4521c87cef1d20d3c1832072408b (diff) | |
download | meta-openembedded-2e9e58b7389534626d161d20a1c4f2a501be2a8e.tar.gz |
sysprof: Add dependence to fix do_configure error
Error message:
| Run-time dependency libdw found: NO (tried pkgconfig)
|
| ../sources/sysprof-48.0/src/sysprof-live-unwinder/meson.build:3:2: ERROR: Dependency "libdw" not found, tried pkgconfig
Add elfutils to DEPENDS
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb index 145c0bfe38..f8475e0372 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb | |||
@@ -8,6 +8,7 @@ inherit gnomebase gnome-help gettext systemd gsettings gtk-icon-cache mime mime- | |||
8 | 8 | ||
9 | DEPENDS += " \ | 9 | DEPENDS += " \ |
10 | desktop-file-utils-native \ | 10 | desktop-file-utils-native \ |
11 | elfutils \ | ||
11 | glib-2.0 \ | 12 | glib-2.0 \ |
12 | glib-2.0-native \ | 13 | glib-2.0-native \ |
13 | json-glib \ | 14 | json-glib \ |