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 | |
Brad Bishop | 93c3acf | 2019-10-29 09:48:15 -0400 | [diff] [blame] | 8 | inherit gnomebase itstool |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 9 | |
| 10 | DEPENDS += " \ |
| 11 | libxslt-native \ |
| 12 | libxml2-native \ |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 13 | yelp-xsl \ |
| 14 | " |
| 15 | |
| 16 | SRC_URI[archive.md5sum] = "7856f9ad0492aaf9adf097f5058bfc2e" |
| 17 | SRC_URI[archive.sha256sum] = "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9" |
| 18 | |
| 19 | RDEPENDS_${PN} += "yelp-xsl" |
| 20 | |
| 21 | BBCLASSEXTEND = "native" |