blob: 9ac88c1fe35b9dcaead36b53a539fd0f6aadffe2 [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
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN}:append:class-target = " libxml2 itstool"
Brad Bishop93c3acf2019-10-29 09:48:15 -040016
17# ensure our native consumers are forced to inherit itstool
Patrick Williams213cb262021-08-07 19:21:33 -050018RDEPENDS:${PN}:append:class-native = " libxml2-native"
Brad Bishop2d39a062019-10-28 08:33:36 -040019
20BBCLASSEXTEND = "native"