blob: ec8edb80d37244d479c467d6b0ac581a14fa7572 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Collection of scripts and build utilities for documentation"
2LICENSE = "GPLv2+"
3LIC_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
19SRC_URI[archive.sha256sum] = "37f1acc02bcbe68a31b86e07c129a839bd3276e656dc89eb7fc0a92746eff272"
20
21RDEPENDS:${PN} += "python3-core yelp-xsl"
22
23BBCLASSEXTEND = "native"