Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "XSL stylesheets for the yelp help browser" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 2 | LICENSE = "LGPL-2.1-only & GPL-2.0-only & BSD-3-Clause" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://COPYING;md5=8ca13a5a6972ac1620a1e42a3dacd774 \ |
| 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
| 6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
| 7 | " |
| 8 | |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 9 | GNOMEBASEBUILDCLASS = "autotools" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | inherit gnomebase gettext itstool |
| 11 | |
| 12 | DEPENDS += "libxml2" |
| 13 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 14 | SRC_URI[archive.sha256sum] = "238be150b1653080ce139971330fd36d3a26595e0d6a040a2c030bf3d2005bcd" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 15 | |
| 16 | RDEPENDS:${PN}:append:class-target = " libxml2 itstool" |
| 17 | |
| 18 | # ensure our native consumers are forced to inherit itstool |
| 19 | RDEPENDS:${PN}:append:class-native = " libxml2-native" |
| 20 | |
| 21 | BBCLASSEXTEND = "native" |