2021-05-05 08:45:55 -04:00
|
|
|
SUMMARY = "Collection of scripts and build utilities for documentation"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "GPL-2.0-or-later"
|
2021-05-05 08:45:55 -04:00
|
|
|
LIC_FILES_CHKSUM = " \
|
|
|
|
file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
|
|
|
|
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
|
|
|
|
"
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
|
2021-05-05 08:45:55 -04:00
|
|
|
inherit gnomebase itstool
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
libxslt-native \
|
|
|
|
libxml2-native \
|
2022-05-29 14:18:27 -04:00
|
|
|
python3-lxml-native \
|
2021-05-05 08:45:55 -04:00
|
|
|
yelp-xsl \
|
|
|
|
"
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
SRC_URI[archive.sha256sum] = "2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
RDEPENDS:${PN} += "python3-core yelp-xsl"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
|
|
|
BBCLASSEXTEND = "native"
|