mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user