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
21 lines
567 B
BlitzBasic
21 lines
567 B
BlitzBasic
DESCRIPTION = "Citadel Yelp Documentation"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
inherit allarch
|
|
|
|
SRC_URI = "\
|
|
file://pages \
|
|
file://citadel-documentation.desktop \
|
|
"
|
|
|
|
do_install() {
|
|
install -m 0755 -d ${D}${datadir}/citadel-documentation
|
|
install -m 0755 -d ${D}${datadir}/applications
|
|
|
|
install -m 0644 ${WORKDIR}/pages/*.page ${D}${datadir}/citadel-documentation
|
|
install -m 0644 ${WORKDIR}/citadel-documentation.desktop ${D}${datadir}/applications
|
|
}
|
|
|
|
FILES:${PN} = "/"
|