Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [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 | |
| 8 | GNOMEBASEBUILDCLASS = "meson" |
| 9 | |
| 10 | inherit gnomebase itstool |
| 11 | |
| 12 | DEPENDS += " \ |
| 13 | libxslt-native \ |
| 14 | libxml2-native \ |
| 15 | python3-lxml-native \ |
| 16 | yelp-xsl \ |
| 17 | " |
| 18 | |
| 19 | SRC_URI[archive.sha256sum] = "37f1acc02bcbe68a31b86e07c129a839bd3276e656dc89eb7fc0a92746eff272" |
| 20 | |
| 21 | RDEPENDS:${PN} += "python3-core yelp-xsl" |
| 22 | |
| 23 | BBCLASSEXTEND = "native" |