diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-15 08:24:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:49 +0000 |
commit | 8ac0ba06a478a91987163efbf0515969339e3222 (patch) | |
tree | 3feb9744c2deb39287e1deb052ca6ca06fd96ef6 /meta/recipes-kernel | |
parent | f681ebb7ea5eb4e89c97d22b2dc1f6e79bc405dd (diff) | |
download | poky-8ac0ba06a478a91987163efbf0515969339e3222.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | 2 |
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 \ | |||
5 | 5 | ||
6 | inherit gnomebase gettext systemd | 6 | inherit gnomebase gettext systemd |
7 | 7 | ||
8 | DEPENDS = "glib-2.0" | 8 | DEPENDS = "glib-2.0 libxml2-native" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://define-NT_GNU_BUILD_ID.patch \ | 11 | file://define-NT_GNU_BUILD_ID.patch \ |