blob: a5da8590ff4c660745fac066149bd0a441e625c4 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Collection of scripts and build utilities for documentation"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-or-later"
Andrew Geisslereff27472021-10-29 15:35:00 -05003LIC_FILES_CHKSUM = " \
4 file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
5 file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
6"
7
8GNOMEBASEBUILDCLASS = "meson"
9
10inherit gnomebase itstool
11
12DEPENDS += " \
13 libxslt-native \
14 libxml2-native \
15 python3-lxml-native \
16 yelp-xsl \
17"
18
Patrick Williamsde0582f2022-04-08 10:23:27 -050019SRC_URI[archive.sha256sum] = "2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4"
Andrew Geisslereff27472021-10-29 15:35:00 -050020
21RDEPENDS:${PN} += "python3-core yelp-xsl"
22
23BBCLASSEXTEND = "native"