22 lines
540 B
BlitzBasic
22 lines
540 B
BlitzBasic
SUMMARY = "Collection of scripts and build utilities for documentation"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
|
|
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
|
|
"
|
|
|
|
inherit gnomebase itstool
|
|
|
|
DEPENDS += " \
|
|
libxslt-native \
|
|
libxml2-native \
|
|
python3-lxml-native \
|
|
yelp-xsl \
|
|
"
|
|
|
|
SRC_URI[archive.sha256sum] = "2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4"
|
|
|
|
RDEPENDS:${PN} += "python3-core yelp-xsl"
|
|
|
|
BBCLASSEXTEND = "native"
|