blob: 99b66676056843c39fe45eb38a9c64dbbcc362d8 [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "XSL stylesheets for the yelp help browser"
Andrew Geissler69721092021-07-23 12:57:00 -04002LICENSE = "LGPLv2.1 & GPLv2 & BSD-3-Clause"
Brad Bishop2d39a062019-10-28 08:33:36 -04003LIC_FILES_CHKSUM = " \
Andrew Geissler69721092021-07-23 12:57:00 -04004 file://COPYING;md5=8ca13a5a6972ac1620a1e42a3dacd774 \
Brad Bishop2d39a062019-10-28 08:33:36 -04005 file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
6 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \
7"
8
Brad Bishop93c3acf2019-10-29 09:48:15 -04009inherit gnomebase gettext itstool
Brad Bishop2d39a062019-10-28 08:33:36 -040010
Brad Bishop93c3acf2019-10-29 09:48:15 -040011DEPENDS += "libxml2"
Brad Bishop2d39a062019-10-28 08:33:36 -040012
Andrew Geissler69721092021-07-23 12:57:00 -040013SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e"
Brad Bishop2d39a062019-10-28 08:33:36 -040014
Brad Bishop93c3acf2019-10-29 09:48:15 -040015RDEPENDS_${PN}_append_class-target = " libxml2 itstool"
16
17# ensure our native consumers are forced to inherit itstool
Andrew Geissler97771a32021-03-05 15:23:11 -060018RDEPENDS_${PN}_append_class-native = " libxml2-native"
Brad Bishop2d39a062019-10-28 08:33:36 -040019
20BBCLASSEXTEND = "native"