blob: 0e7f499bc0c8bda413438d5f4dacccdd59fc12bc [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "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
Andrew Geissler69721092021-07-23 12:57:00 -04008GNOMEBASEBUILDCLASS = "meson"
9
Brad Bishop93c3acf2019-10-29 09:48:15 -040010inherit gnomebase itstool
Brad Bishop2d39a062019-10-28 08:33:36 -040011
12DEPENDS += " \
13 libxslt-native \
14 libxml2-native \
Andrew Geissler69721092021-07-23 12:57:00 -040015 python3-lxml-native \
Brad Bishop2d39a062019-10-28 08:33:36 -040016 yelp-xsl \
17"
18
Andrew Geissler69721092021-07-23 12:57:00 -040019SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae"
Brad Bishop2d39a062019-10-28 08:33:36 -040020
Patrick Williams213cb262021-08-07 19:21:33 -050021RDEPENDS:${PN} += "python3-core yelp-xsl"
Brad Bishop2d39a062019-10-28 08:33:36 -040022
23BBCLASSEXTEND = "native"