mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
xmlto: Add libxslt to native DEPENDS
xmlto requires xsltproc to work correctly, it was being included for the target, but may have been finding host contamination. [YOCTO #10366] (From OE-Core rev: b7e5b9ec4f71a3b8dcb4fe56aa1b971383a6fa27) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef7828c9f2
commit
e96af0c0b9
@@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a1fefad9d83499a15576768f60f847c6"
|
||||
SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3"
|
||||
|
||||
inherit autotools
|
||||
RDEPENDS_class-native = "libxslt-native"
|
||||
|
||||
# xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime
|
||||
RDEPENDS_${PN} = "docbook-xml-dtd4 \
|
||||
|
||||
Reference in New Issue
Block a user