aboutsummaryrefslogtreecommitdiffstats
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-20 11:53:49 +0000
commitf7e18547c17b7d9975cf62ffa58330ff9ffc62fb (patch)
tree27e7f5e2dab0c51f35015a10c974fbb5bf361fd2 /meta/recipes-kernel
parent8ac0ba06a478a91987163efbf0515969339e3222 (diff)
downloadopenembedded-core-contrib-f7e18547c17b7d9975cf62ffa58330ff9ffc62fb.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. (From OE-Core rev: 3e521148bbec01ccd1818b0a26221ab6342a3299) 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 \