mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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>
This commit is contained in:
parent
39d619ae48
commit
2e9e58b738
|
|
@ -8,6 +8,7 @@ inherit gnomebase gnome-help gettext systemd gsettings gtk-icon-cache mime mime-
|
|||
|
||||
DEPENDS += " \
|
||||
desktop-file-utils-native \
|
||||
elfutils \
|
||||
glib-2.0 \
|
||||
glib-2.0-native \
|
||||
json-glib \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user