]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysprof: Add missing libxml2-native DEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Jan 2017 08:24:43 +0000 (08:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:54 +0000 (22:45 +0000)
Configure searches for xmllint which comes from libxml2-native.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/sysprof/sysprof_3.22.3.bb

index 50be96057b4d3298e16542b3d642c4ad82a8dc84..05ed8af76c302f672520460f5dcc22e939938cbf 100644 (file)
@@ -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 \