summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 13:48:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:45:54 +0000
commit3e521148bbec01ccd1818b0a26221ab6342a3299 (patch)
tree673ddb10d62b213df7dd53683ac86db3fcb62533 /meta/recipes-kernel
parent087c89fd62db5701b268cfbb0bbdaf3be907daf0 (diff)
downloadopenembedded-core-contrib-3e521148bbec01ccd1818b0a26221ab6342a3299.tar.gz
sysprof/gst-player/pcmanfm: Add missing glib-2.0-native DEPENDS
These recipes use glib-2.0 NLS tools so we need to depend on glib-2.0-native. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_3.22.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
index 05ed8af76c..e1033ca07c 100644
--- a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
inherit gnomebase gettext systemd
-DEPENDS = "glib-2.0 libxml2-native"
+DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
SRC_URI += " \
file://define-NT_GNU_BUILD_ID.patch \