From: Richard Purdie Date: Sun, 15 Jan 2017 08:24:43 +0000 (+0000) Subject: sysprof: Add missing libxml2-native DEPENDS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ac0ba06a478a91987163efbf0515969339e3222;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysprof: Add missing libxml2-native DEPENDS Configure searches for xmllint which comes from libxml2-native. (From OE-Core rev: 087c89fd62db5701b268cfbb0bbdaf3be907daf0) Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb index 50be96057b4..05ed8af76c3 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 \