aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-15 08:24:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:45:54 +0000
commit087c89fd62db5701b268cfbb0bbdaf3be907daf0 (patch)
tree35eb2ceb59cb97b5bcdd0d154c2c78c6cbe46d6c /meta/recipes-kernel/sysprof
parent122f18ddf65ee025cfd164738eb76359cad2656b (diff)
downloadopenembedded-core-contrib-087c89fd62db5701b268cfbb0bbdaf3be907daf0.tar.gz
sysprof: Add missing libxml2-native DEPENDS
Configure searches for xmllint which comes from libxml2-native. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-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 50be96057b..05ed8af76c 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"
+DEPENDS = "glib-2.0 libxml2-native"
SRC_URI += " \
file://define-NT_GNU_BUILD_ID.patch \