[OE-core] [PATCH 05/11] sysprof: Add missing libxml2-native DEPENDS

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jan 19 16:12:56 UTC 2017


Configure searches for xmllint which comes from libxml2-native.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
index 50be960..05ed8af 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 \
-- 
2.7.4




More information about the Openembedded-core mailing list