Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 1 | SUMMARY = "Collection of scripts and build utilities for documentation" |
| 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \ |
| 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
| 6 | " |
| 7 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 8 | GNOMEBASEBUILDCLASS = "meson" |
| 9 | |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 10 | inherit gnomebase itstool |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 11 | |
| 12 | DEPENDS += " \ |
| 13 | libxslt-native \ |
| 14 | libxml2-native \ |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 15 | python3-lxml-native \ |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 16 | yelp-xsl \ |
| 17 | " |
| 18 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 20 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 21 | RDEPENDS:${PN} += "python3-core yelp-xsl" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 22 | |
| 23 | BBCLASSEXTEND = "native" |