diff options
author | Lei Maohui <leimaohui@fujitsu.com> | 2021-12-15 18:50:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-14 18:03:00 -0800 |
commit | a339bc7618cd159bbcd3ba3aec61486a1e24dead (patch) | |
tree | c4764d03009c40f7dc2ca27dca687d7a1988655f | |
parent | 4b51cf81df3cd0a90d4e39a7e2575a0a509e2938 (diff) | |
download | meta-openembedded-a339bc7618cd159bbcd3ba3aec61486a1e24dead.tar.gz |
sysprof: Added json-glib into DEPENDS to fix build error.
| Run-time dependency json-glib-1.0 found: NO (tried pkgconfig)
|
| ../sysprof-3.42.0/src/libsysprof/meson.build:115:0: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb index bb8f90c19b..9ab4d8f25d 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb | |||
@@ -12,6 +12,7 @@ DEPENDS += " \ | |||
12 | yelp-tools-native \ | 12 | yelp-tools-native \ |
13 | libxml2-native \ | 13 | libxml2-native \ |
14 | glib-2.0 \ | 14 | glib-2.0 \ |
15 | json-glib \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[archive.sha256sum] = "3c16e03efdfe5d3e71c4d239c67741ad37f72ce8971e2f7faf168dbd5e93e886" | 18 | SRC_URI[archive.sha256sum] = "3c16e03efdfe5d3e71c4d239c67741ad37f72ce8971e2f7faf168dbd5e93e886" |