forked from brl/citadel
Bruce Leidl
be34ea65f3
- removed layers meta-rust and meta-clang - added new dependencies to Makefile - changed override syntax across all recipe files - updated conf files from hardknott to kirkstone - SRC_URI git URLS fixed to always include branch and protocol - LICENSE fields updated with new naming convention - updated citadel-tools dependencies - upgraded mozjs to mozjs-91 No longer needed because poky includes newer version (or new enough): - glib-2.0 - libgudev - xorgproto - libxfixes - libinput - wayland-protocols - vte
22 lines
562 B
BlitzBasic
22 lines
562 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 \
|
|
yelp-xsl \
|
|
"
|
|
|
|
SRC_URI[archive.md5sum] = "7856f9ad0492aaf9adf097f5058bfc2e"
|
|
SRC_URI[archive.sha256sum] = "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9"
|
|
|
|
RDEPENDS:${PN} += "yelp-xsl"
|
|
|
|
BBCLASSEXTEND = "native"
|