mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00: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:
@@ -8,6 +8,7 @@ inherit gnomebase gnome-help gettext systemd gsettings gtk-icon-cache mime mime-
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
desktop-file-utils-native \
|
desktop-file-utils-native \
|
||||||
|
elfutils \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
glib-2.0-native \
|
glib-2.0-native \
|
||||||
json-glib \
|
json-glib \
|
||||||
|
|||||||
Reference in New Issue
Block a user